gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dbb223c3332ba61c61a4f86f53713e2c0dde6533
parent 81dd4f3660ca41a8d51a5563cc13227544191cb4
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Wed,  6 Jul 2022 14:33:01 +0200

[bugfix] Allow instance titles to wrap (#695)


Diffstat:
Mweb/source/css/base.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/web/source/css/base.css b/web/source/css/base.css @@ -93,6 +93,7 @@ header a { display: flex; h1 { + word-wrap: anywhere; align-self: center; color: $fg; }