mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6953] - Empty space when resizing browser to small window or opening it in mobile mode (#9661)
This commit is contained in:
committed by
GitHub
parent
9f94a23f72
commit
cc7550a88c
@@ -24,14 +24,6 @@
|
||||
flex: 0 0;
|
||||
}
|
||||
|
||||
@include flex.layout-bp(lt-sm) {
|
||||
/* stylelint-disable declaration-no-important */
|
||||
.adf-layout-container {
|
||||
width: calc(-50px + 100vw) !important;
|
||||
max-width: 300px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
.mat-drawer-content {
|
||||
@include flex-column;
|
||||
|
Reference in New Issue
Block a user