summaryrefslogtreecommitdiff
path: root/web/source
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-01-21 12:21:37 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-21 12:21:37 +0100
commitbc51ec7d1b6f358b38fcbd4039fb0d36570b0ed5 (patch)
treebe50e8298dec3c3c7b981e5dbe601f9552976aff /web/source
parent[docs] Updates for DB, swap and HTTP/2 on nginx (#2547) (diff)
downloadgotosocial-bc51ec7d1b6f358b38fcbd4039fb0d36570b0ed5.tar.xz
[bugfix/frontend] Break word on profile field names and values (#2551)
Diffstat (limited to 'web/source')
-rw-r--r--web/source/css/profile.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css
index 649638fe0..97dbdfe88 100644
--- a/web/source/css/profile.css
+++ b/web/source/css/profile.css
@@ -244,6 +244,10 @@
flex-direction: column;
border-bottom: 0.1rem solid $gray2;
+ > dt, > dd {
+ word-break: break-word;
+ }
+
&:first-child {
border-top: 0.1rem solid $gray2;
}