summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-05-12 12:10:34 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-12 12:10:34 +0200
commitb315aa10c81572e31a819ccf0c15ef2493c926d5 (patch)
tree7ea6a9ed0a8dd98aaec243e75ff3ec171ac6ef00 /web/source/css
parent[bugfix] Ensure account fields can be set by JSON (#1762) (diff)
downloadgotosocial-b315aa10c81572e31a819ccf0c15ef2493c926d5.tar.xz
[frogend/chore] remove break-all on profile fields (#1770)
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/profile.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css
index 2c4e4dd68..de2fe49b4 100644
--- a/web/source/css/profile.css
+++ b/web/source/css/profile.css
@@ -242,7 +242,6 @@
display: flex;
flex-direction: column;
border-bottom: 0.1rem solid $gray2;
- word-break: break-all;
&:first-child {
border-top: 0.1rem solid $gray2;