Skip to content

Commit 1a88b7b

Browse files
author
Oleg Zinoviev
committed
MAGETWO-35834: There are visual misfits for Custom Options on "edit Bundle Product" Frontend page
1 parent beae9c1 commit 1a88b7b

File tree

2 files changed

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

2 files changed

+16
-15
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,9 @@
204204
.product-reviews-summary .reviews-actions {
205205
.font-size(@font-size__base);
206206
}
207-
.product-options-wrapper {
208-
.field {
209-
.note {
210-
display: block;
211-
}
212-
}
213-
}
207+
}
208+
209+
.product-options-wrapper {
214210
.fieldset-product-options-inner {
215211
.legend {
216212
border: none;
@@ -243,6 +239,11 @@
243239
}
244240
}
245241
}
242+
.field {
243+
.note {
244+
display: block;
245+
}
246+
}
246247
}
247248

248249
.product-info-main,

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,9 @@
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-
}
252+
}
259253

260-
}
254+
.product-options-wrapper {
261255
.fieldset-product-options-inner {
262256
.legend {
263257
border: none;
@@ -290,6 +284,12 @@
290284
}
291285
}
292286
}
287+
.field {
288+
.note {
289+
display: block;
290+
.css(margin-top, @indent__xs);
291+
}
292+
}
293293
}
294294

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

0 commit comments

Comments
 (0)