Skip to content

Commit 5dcdad2

Browse files
author
Oleg Zinoviev
committed
MAGETWO-35834: There are visual misfits for Custom Options on "edit Bundle Product" Frontend page
- QA updates
1 parent 98dda9f commit 5dcdad2

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@
233233
}
234234
}
235235
}
236-
.datetime-picker {
237-
+ .time-picker {
238-
.css(margin-left, @indent__xs);
239-
}
240-
}
241236
}
242237
.field {
243238
.note {

app/design/frontend/Magento/blank/web/css/source/_forms.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,15 @@ fieldset.field {
6060
border: 0;
6161
padding: 0;
6262
}
63+
6364
.field {
6465
&.date {
6566
&:extend(.abs-field-date all);
67+
.time-picker {
68+
display: inline-block;
69+
margin-top: @indent__s;
70+
white-space: nowrap;
71+
}
6672
}
6773
}
6874

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,6 @@
278278
}
279279
}
280280
}
281-
.datetime-picker {
282-
+ .time-picker {
283-
.css(margin-left, @indent__xs);
284-
}
285-
}
286281
}
287282
.field {
288283
.note {

0 commit comments

Comments
 (0)