2019-09-26 05:38:21 +00:00
|
|
|
::ng-deep .mat-tab-label,
|
|
|
|
::ng-deep .mat-tab-label-active {
|
|
|
|
min-width: 0 !important;
|
|
|
|
}
|
2019-10-07 01:08:14 +00:00
|
|
|
|
|
|
|
::ng-deep .mat-tab-body-wrapper,
|
|
|
|
::ng-deep .mat-tab-body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
mat-tab-group {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|