mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-6953] - Empty space when resizing browser to small window or opening it in mobile mode (#9661)
This commit is contained in:
@@ -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