File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 8
8
// _____________________________________________
9
9
10
10
@import ' ./_default.less' ;
11
- @import ' ./_mobile.less' ;
Original file line number Diff line number Diff line change 13
13
@import ' uploader/preview/_image.less' ;
14
14
@import ' _visual-select.less' ;
15
15
@import ' _product-totals.less' ;
16
+ @import ' _mobile.less' ;
Original file line number Diff line number Diff line change 6
6
//
7
7
// Default appearance styles rendered through Mobile viewport
8
8
// _____________________________________________________
9
- .admin__fieldset .admin__field.admin__field-min-height-mobile {
9
+ .admin__fieldset .admin__field.admin__field-min-height-mobile ,
10
+ .admin__fieldset .admin__field.admin__field-min-height-mobile-with-notice {
10
11
.admin__field-control._with-tooltip {
11
- display : flex ;
12
- width : 17.9rem ;
13
-
14
12
.admin__control-addon {
15
13
max-width : inherit ;
16
14
}
62
60
}
63
61
}
64
62
}
63
+
64
+ .admin__fieldset .admin__field.admin__field-min-height-mobile {
65
+ .admin__field-control._with-tooltip {
66
+ display : flex ;
67
+ width : 17.9rem ;
68
+ }
69
+ }
70
+
71
+ .admin__fieldset .admin__field.admin__field-min-height-mobile-with-notice {
72
+ .admin__field-control._with-tooltip {
73
+ width : 38.9rem ;
74
+ }
75
+
76
+ .admin__field-note {
77
+ width : 34.9rem ;
78
+ }
79
+ }
You can’t perform that action at this time.
0 commit comments