fix: prevent cutting off lines on windows

This commit is contained in:
Baptiste Grob
2021-03-11 15:53:26 +01:00
parent 5bd0db302c
commit cd7b5cc455

View File

@@ -63,7 +63,7 @@ h3 {
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
line-height: normal;
}
a {