Browse Source

Fix overflow of long profile fields in admin view (#17010)

Claire 2 years ago
parent
commit
db32835338
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/javascript/styles/mastodon/admin.scss

+ 1 - 0
app/javascript/styles/mastodon/admin.scss

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