]> cat aescling's git repositories - mastodon.git/commitdiff
Reduce padding of profile metadata boxes to allow more text (#8491)
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>
Tue, 28 Aug 2018 23:20:11 +0000 (01:20 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 28 Aug 2018 23:20:11 +0000 (01:20 +0200)
app/javascript/styles/mastodon/components.scss

index b25a9df316aab986d65d57e0fa83405254eb4ab0..db9c166a29a56ab2fced66e35d5ca40d62dffcd9 100644 (file)
@@ -5367,7 +5367,7 @@ noscript {
   dt,
   dd {
     box-sizing: border-box;
-    padding: 14px 20px;
+    padding: 14px 5px;
     text-align: center;
     max-height: 48px;
     overflow: hidden;