Skip to content

Commit 8306fce

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-34550' into UI
2 parents 2e67ccb + 3959160 commit 8306fce

File tree

2 files changed

+15
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+15
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@
210210
.product-reviews-summary .reviews-actions {
211211
.font-size(@font-size__base);
212212
}
213+
.product-options-wrapper {
214+
.field {
215+
.note {
216+
display: block;
217+
}
218+
}
219+
}
213220
}
214221

215222
.product-info-main,

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,14 @@
249249
margin-top: @form-field__vertical-indent;
250250
}
251251
}
252+
.product-options-wrapper {
253+
.field {
254+
.note {
255+
display: block;
256+
.css(margin-top, @indent__xs);
257+
}
258+
}
259+
}
252260
}
253261

254262
.product-options-bottom .price-box,

0 commit comments

Comments
 (0)