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 0684a17 commit 4451194Copy full SHA for 4451194
app/design/frontend/Magento/blank/Magento_Bundle/web/css/source/_module.less
@@ -97,11 +97,11 @@
97
.nested {
98
.field.qty {
99
.label {
100
+ .css(font-weight, @form-field-label__font-weight);
101
+ .css(margin, 0 0 @indent__xs);
102
display: inline-block;
- font-weight: @form-field-label__font-weight;
- margin: 0 0 @indent__xs;
103
}
104
- margin-top: @form-field__vertical-indent;
+ .css(margin-top, @form-field__vertical-indent);
105
106
107
p.required {
0 commit comments