Skip to content

Commit 2e6896b

Browse files
authored
Merge pull request #5679 from DSpace/backport-5343-to-dspace-7_x
[Port dspace-7_x] Fix #5332: Fix inconsistent rendering of <em> tag in system-wide aler…
2 parents 29fdb39 + 96d2796 commit 2e6896b

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)