Skip to content

Commit e2971c5

Browse files
authored
Merge pull request DSpace#5680 from DSpace/backport-5343-to-dspace-8_x
[Port dspace-8_x] Fix DSpace#5332: Fix inconsistent rendering of <em> tag in system-wide aler…
2 parents 7d890ae + e52abca commit e2971c5

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)