mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fixed tabbed layouts issue on Firefox
This commit is contained in:
parent
b34f7fca20
commit
6108679f46
|
@ -231,9 +231,11 @@ $top-bg-image: url('assets/images/backgrounds/header-bg.png');
|
|||
> .mat-sidenav-content,
|
||||
> .mat-drawer-content {
|
||||
width: calc(100% - 240px);
|
||||
min-width: 0;
|
||||
|
||||
.center {
|
||||
width: calc(100% - 32px);
|
||||
min-width: 0;
|
||||
|
||||
@include media-breakpoint-down('md') {
|
||||
width: calc(100% - 64px);
|
||||
|
|
Loading…
Reference in New Issue
Block a user