Skip to content

Commit c332434

Browse files
committed
MAGETWO-38667: [UI] Assistance with applying new style for Gift Options - part 2
1 parent ffe42a4 commit c332434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GiftMessage/view/frontend/web/template/gift-message.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="title" data-role="title" data-bind="click: $data.toggleFormBlockVisibility.bind($data)">
1313
<span data-bind="text: $t('Gift options')"></span>
1414
</div>
15-
<div data-role="content" data-bind="visible: formBlockVisibility() || resultBlockVisibility()">
15+
<div class="content" data-role="content" data-bind="visible: formBlockVisibility() || resultBlockVisibility()">
1616
<!-- ko ifnot: resultBlockVisibility() -->
1717
<div class="gift-options">
1818
<!-- ko foreach: getRegion('additionalOptions') -->

0 commit comments

Comments
 (0)