Skip to content

Commit

Permalink
[ACS-6953] - Empty space when resizing browser to small window or ope…
Browse files Browse the repository at this point in the history
…ning it in mobile mode (#9661)
  • Loading branch information
dominikiwanekhyland committed May 10, 2024
1 parent 9f94a23 commit cc7550a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc7550a

Please sign in to comment.