mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
committed by
Eugenio Romano
parent
f9195e4e27
commit
88a5a57c46
@@ -28,6 +28,10 @@
|
||||
|
||||
.mat-tab-label {
|
||||
flex-grow: 1;
|
||||
|
||||
.mat-icon + span {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-ink-bar {
|
||||
|
Reference in New Issue
Block a user