fix: improper line-height clipping

This commit is contained in:
Baptiste Grob
2021-04-15 14:51:18 +02:00
parent e5b3a5a4f9
commit 69bbf1f28b

View File

@@ -27,6 +27,7 @@ body {
min-height: 100%;
height: 100%;
font-size: var(--sn-stylekit-base-font-size);
line-height: normal;
margin: 0;
color: var(--sn-stylekit-foreground-color);
background-color: var(--sn-stylekit-background-color);