mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
[bugfix] Allow instance titles to wrap (#695)
This commit is contained in:
parent
81dd4f3660
commit
dbb223c333
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ header a {
|
|||
display: flex;
|
||||
|
||||
h1 {
|
||||
word-wrap: anywhere;
|
||||
align-self: center;
|
||||
color: $fg;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue