about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>2018-08-29 01:20:11 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-08-29 01:20:11 +0200
commit9463bba5fb6873fa70e05f239079ee1a0072b70c (patch)
treebe7c669d597f822d76ab22df9da198b9b2c733fe /app
parentceed1ebe5b308a95f9c167c93d3bc0976937fb58 (diff)
Reduce padding of profile metadata boxes to allow more text (#8491)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index b25a9df31..db9c166a2 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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;