Skip to content

Commit 96d2796

Browse files
Fix #5332: Fix inconsistent rendering of <em> tag in system-wide alerts across views
(cherry picked from commit e44f9cf)
1 parent 29fdb39 commit 96d2796

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:host ::ng-deep .alert em {
2+
font-style: italic !important;
3+
font-weight: normal !important;
4+
}

0 commit comments

Comments
 (0)