mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +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-sidenav-content,
|
||||||
> .mat-drawer-content {
|
> .mat-drawer-content {
|
||||||
width: calc(100% - 240px);
|
width: calc(100% - 240px);
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
width: calc(100% - 32px);
|
width: calc(100% - 32px);
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
@include media-breakpoint-down('md') {
|
@include media-breakpoint-down('md') {
|
||||||
width: calc(100% - 64px);
|
width: calc(100% - 64px);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user