Skip to content

Commit 9fcfc20

Browse files
authored
Merge pull request DSpace#5343 from guillermo-escire/feature/5332
Fix DSpace#5332: Fix inconsistent rendering of <em> tag in system-wide aler…
2 parents 3f9ab48 + e44f9cf commit 9fcfc20

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)