diff --git a/lib/core/info-drawer/info-drawer.component.html b/lib/core/info-drawer/info-drawer.component.html index 6ffddbc2ad..1c0b7c2072 100644 --- a/lib/core/info-drawer/info-drawer.component.html +++ b/lib/core/info-drawer/info-drawer.component.html @@ -8,17 +8,16 @@ - - - - - {{ contentBlock.icon }} - - + + + + {{ contentBlock.icon }} + {{ contentBlock.label }} + + - - - + + diff --git a/lib/core/info-drawer/info-drawer.component.scss b/lib/core/info-drawer/info-drawer.component.scss index 6d2a00dbe7..fbbd55abbd 100644 --- a/lib/core/info-drawer/info-drawer.component.scss +++ b/lib/core/info-drawer/info-drawer.component.scss @@ -28,6 +28,10 @@ .mat-tab-label { flex-grow: 1; + + .mat-icon + span { + padding-left: 5px; + } } .mat-ink-bar {