about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/metadata.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-08-29 12:30:50 +0200
committerThibG <thib@sitedethib.com>2018-08-29 19:28:59 +0200
commit5ce67276691c37baad149f2f89f765543f70e6f9 (patch)
tree0254b0d2f8eb3829e9cf300268b227b0bc85801c /app/javascript/flavours/glitch/styles/components/metadata.scss
parent171e54eb469ac48830eba2349b3298c004ec19f5 (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/metadata.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/metadata.scss2
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;