mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:42:25 -05: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;
|
display: flex;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
word-wrap: anywhere;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue