Display icon and label in adf-info-drawer-tab (#3628)

- label is not displayed in case there is an icon set on the adf-info-drawer-tab
because it is using a mat-tab-label layout
This commit is contained in:
Nicolas Barithel
2018-07-31 16:52:03 +02:00
committed by Eugenio Romano
parent f9195e4e27
commit 88a5a57c46
2 changed files with 13 additions and 10 deletions

View File

@@ -28,6 +28,10 @@
.mat-tab-label {
flex-grow: 1;
.mat-icon + span {
padding-left: 5px;
}
}
.mat-ink-bar {