Skip to content

Commit a6cd5f2

Browse files
authored
Merge pull request #5681 from DSpace/backport-5343-to-dspace-9_x
[Port dspace-9_x] Fix #5332: Fix inconsistent rendering of <em> tag in system-wide aler…
2 parents 446f84f + 9fd8216 commit a6cd5f2

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)