about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-17 21:01:22 +0200
committerThibG <thib@sitedethib.com>2019-06-19 15:19:03 +0200
commited2f0f6152912499a731581174a08335cc6ff099 (patch)
tree72480ec17c47db85c7ddac55ee7ab015aeebf6bf /app/javascript/flavours/glitch/styles/components/status.scss
parenta06e7bc3fb04614e4114a3e655cd4fb4cf39e05d (diff)
Fix bottom margin of lists in toots
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index ee4440e89..fa115f21b 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -33,6 +33,12 @@
 
   .status__content__text,
   .e-content {
+
+    & > ul,
+    & > ol {
+      margin-bottom: 20px;
+    }
+
     h1, h2, h3, h4, h5 {
       margin-top: 20px;
       margin-bottom: 20px;