mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Allow instance titles to wrap (#695)
This commit is contained in:
@ -93,6 +93,7 @@ header a {
|
||||
display: flex;
|
||||
|
||||
h1 {
|
||||
word-wrap: anywhere;
|
||||
align-self: center;
|
||||
color: $fg;
|
||||
}
|
||||
|
Reference in New Issue
Block a user