18 lines
240 B
SCSS
18 lines
240 B
SCSS
::ng-deep .mat-tab-label,
|
|
::ng-deep .mat-tab-label-active {
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
::ng-deep .mat-tab-body-wrapper,
|
|
::ng-deep .mat-tab-body {
|
|
height: 100%;
|
|
}
|
|
|
|
.container {
|
|
height: 100%;
|
|
|
|
mat-tab-group {
|
|
height: 100%;
|
|
}
|
|
}
|