Set line-height, so that over-sized letters like "Ü", "Ä", "Ö" are not cut off on the top

pull/10950/head
Henriette Darge 2 years ago committed by Oliver Günther
parent 36e4ceaa9f
commit 49a4300fc6
  1. 1
      frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.sass

@ -62,6 +62,7 @@ $subject-font-size: 14px
display: grid
grid-template-columns: auto 1fr
grid-column-gap: 5px
line-height: normal
&--bottom-line
grid-area: footer

Loading…
Cancel
Save