(Page Layouts) Small tweaks

This commit is contained in:
Sercan Yemen 2018-06-10 20:16:01 +03:00
parent 73a81699ec
commit 86815b7737
2 changed files with 2 additions and 3 deletions

View File

@ -100,7 +100,6 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
} }
> .content { > .content {
display: flex;
flex: 1 0 auto; flex: 1 0 auto;
overflow: auto; overflow: auto;
} }
@ -121,6 +120,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
.content-card { .content-card {
.content { .content {
display: flex;
.mat-tab-group { .mat-tab-group {
overflow: hidden; overflow: hidden;
@ -260,7 +260,6 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
} }
.content { .content {
display: flex;
flex: 1 1 auto; flex: 1 1 auto;
overflow: auto; overflow: auto;
} }
@ -302,6 +301,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
.content-card { .content-card {
.content { .content {
display: flex;
.mat-tab-group { .mat-tab-group {
overflow: hidden; overflow: hidden;
@ -430,7 +430,6 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
} }
.content { .content {
display: flex;
flex: 1 0 auto; flex: 1 0 auto;
} }
} }