diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-29 12:30:50 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-08-29 19:28:59 +0200 |
commit | 5ce67276691c37baad149f2f89f765543f70e6f9 (patch) | |
tree | 0254b0d2f8eb3829e9cf300268b227b0bc85801c /app/javascript/flavours/glitch/styles/components | |
parent | 171e54eb469ac48830eba2349b3298c004ec19f5 (diff) |
[Glitch] Reduce padding of profile metadata boxes to allow more text
Port 9463bba5fb6873fa70e05f239079ee1a0072b70c to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/metadata.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/metadata.scss b/app/javascript/flavours/glitch/styles/components/metadata.scss index 29a6330e9..2efe6cd66 100644 --- a/app/javascript/flavours/glitch/styles/components/metadata.scss +++ b/app/javascript/flavours/glitch/styles/components/metadata.scss @@ -21,7 +21,7 @@ dt, dd { box-sizing: border-box; - padding: 14px 20px; + padding: 14px 5px; text-align: center; max-height: 48px; overflow: hidden; |