[bugfix] Allow instance titles to wrap (#695)
This commit is contained in:
parent
81dd4f3660
commit
dbb223c333
|
@ -93,6 +93,7 @@ header a {
|
|||
display: flex;
|
||||
|
||||
h1 {
|
||||
word-wrap: anywhere;
|
||||
align-self: center;
|
||||
color: $fg;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue