From: Mélanie Chauvel (ariasuni) Date: Tue, 28 Aug 2018 23:20:11 +0000 (+0200) Subject: Reduce padding of profile metadata boxes to allow more text (#8491) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9463bba5fb6873fa70e05f239079ee1a0072b70c;p=mastodon.git Reduce padding of profile metadata boxes to allow more text (#8491) --- 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;