File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
app/design/adminhtml/Magento/backend
Magento_Backend/web/css/source/module Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 52
52
// ---------------------------------------------
53
53
54
54
.menu-wrapper {
55
- float : left ;
55
+ display : inline-block ;
56
56
position : relative ;
57
57
width : @menu__width ;
58
58
z-index : @menu__z-index ;
205
205
min-height : ~ ' calc(@{menu-logo__outer-size} + 2rem + 100%)' ;
206
206
padding : @submenu__padding-vertical 0 0 ;
207
207
position : absolute ;
208
- top : - @menu-logo__outer-size ;
208
+ top : 0 ;
209
209
transform : translateX (-100% );
210
210
transition-property : transform, visibility;
211
211
transition-duration : .3s ;
Original file line number Diff line number Diff line change 35
35
background-color : @login-box__background-color ;
36
36
border : @login-box__border ;
37
37
box-shadow : @login-box__shadow ;
38
+ display : block ;
38
39
float : none ;
39
40
margin : auto ;
40
41
max-width : @login-box__max-width ;
Original file line number Diff line number Diff line change 38
38
39
39
.page-wrapper {
40
40
background-color : @page-wrapper__background-color ;
41
- float : left ;
41
+ display : inline-block ;
42
+ margin-left : -4px ; // Clear inline-block gap
43
+ vertical-align : top ;
42
44
width : ~ ' calc(100% - @{menu__width} )' ;
43
45
}
44
46
You can’t perform that action at this time.
0 commit comments