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
  • Loading branch information
dominikiwanekhyland committed May 7, 2024
1 parent e749473 commit 70859d8
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 70859d8

Please sign in to comment.