[bugfix] Allow instance titles to wrap (#695)

This commit is contained in:
tobi
2022-07-06 14:33:01 +02:00
committed by GitHub
parent 81dd4f3660
commit dbb223c333

View File

@ -93,6 +93,7 @@ header a {
display: flex;
h1 {
word-wrap: anywhere;
align-self: center;
color: $fg;
}