We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe42a4 commit c332434Copy full SHA for c332434
app/code/Magento/GiftMessage/view/frontend/web/template/gift-message.html
@@ -12,7 +12,7 @@
12
<div class="title" data-role="title" data-bind="click: $data.toggleFormBlockVisibility.bind($data)">
13
<span data-bind="text: $t('Gift options')"></span>
14
</div>
15
- <div data-role="content" data-bind="visible: formBlockVisibility() || resultBlockVisibility()">
+ <div class="content" data-role="content" data-bind="visible: formBlockVisibility() || resultBlockVisibility()">
16
<!-- ko ifnot: resultBlockVisibility() -->
17
<div class="gift-options">
18
<!-- ko foreach: getRegion('additionalOptions') -->
0 commit comments