]> cat aescling's git repositories - mastodon.git/commitdiff
Fix overflow of long profile fields in admin view (#17010)
authorClaire <claire.github-309c@sitedethib.com>
Fri, 19 Nov 2021 17:22:49 +0000 (18:22 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 17:22:49 +0000 (18:22 +0100)
app/javascript/styles/mastodon/admin.scss

index 489646e1fef6c5dadce073d763fd5ea4280a4a3d..dbf8a6e7a167fe75fc12bc0f105477ac65a19edf 100644 (file)
@@ -831,6 +831,7 @@ a.name-tag,
     padding: 0 5px;
     margin-bottom: 10px;
     flex: 1 0 50%;
+    max-width: 100%;
   }
 
   .account__header__fields,