[Glitch] Fix overflow of long profile fields in admin view

Port db32835338 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Claire 2 years ago
parent 2b4c7beb73
commit 189cf652e6
  1. 1
      app/javascript/flavours/glitch/styles/admin.scss

@ -847,6 +847,7 @@ a.name-tag,
padding: 0 5px;
margin-bottom: 10px;
flex: 1 0 50%;
max-width: 100%;
}
.account__header__fields,

Loading…
Cancel
Save