Skip to content

Commit 45fb2d1

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

File tree

2 files changed

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

2 files changed

+15
-3
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@
9494
}
9595
}
9696
}
97+
.nested {
98+
.field.qty {
99+
.label {
100+
display: inline-block;
101+
font-weight: @form-field-label__font-weight;
102+
margin: 0 0 @indent__xs;
103+
}
104+
margin-top: @form-field__vertical-indent;
105+
}
106+
}
97107
p.required {
98108
.css(color, @form-field-label-asterisk__color);
99109
}
@@ -109,7 +119,8 @@
109119
.legend.title {
110120
&:extend(.abs-reset-left-margin all);
111121
}
112-
.bundle-options-wrapper {
122+
.bundle-options-wrapper,
123+
.product-options-wrapper {
113124
float: left;
114125
width: 57%;
115126
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,16 @@
168168
//--------------------------------------
169169
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
170170
.bundle-actions {
171-
.action.primary.customize {
171+
.actminicart_contention.primary.customize {
172172
width: auto;
173173
}
174174
}
175175
.bundle-options-container {
176176
.legend.title {
177177
font-size: @h1__font-size-desktop;
178178
}
179-
.bundle-options-wrapper {
179+
.bundle-options-wrapper,
180+
.product-options-wrapper {
180181
float: left;
181182
width: 57%;
182183
}

0 commit comments

Comments
 (0)