[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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