diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-17 21:01:22 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-19 15:19:03 +0200 |
commit | ed2f0f6152912499a731581174a08335cc6ff099 (patch) | |
tree | 72480ec17c47db85c7ddac55ee7ab015aeebf6bf | |
parent | a06e7bc3fb04614e4114a3e655cd4fb4cf39e05d (diff) |
Fix bottom margin of lists in toots
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 6 |
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; |