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