Skip to content

Commit 4451194

Browse files
author
Oleg Zinoviev
committed
MAGETWO-37890: Product options are displayed not styled on "edit Product from Wishlist" Frontend page
1 parent 0684a17 commit 4451194

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/blank/Magento_Bundle/web/css/source

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/blank/Magento_Bundle/web/css/source/_module.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@
9797
.nested {
9898
.field.qty {
9999
.label {
100+
.css(font-weight, @form-field-label__font-weight);
101+
.css(margin, 0 0 @indent__xs);
100102
display: inline-block;
101-
font-weight: @form-field-label__font-weight;
102-
margin: 0 0 @indent__xs;
103103
}
104-
margin-top: @form-field__vertical-indent;
104+
.css(margin-top, @form-field__vertical-indent);
105105
}
106106
}
107107
p.required {

0 commit comments

Comments
 (0)