diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-04-24 18:28:33 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-04-24 22:40:17 +0200 |
commit | 5a8495dabe8ab9571bc028bc02ddc9372275b1f5 (patch) | |
tree | f4e08f00f90af6fb3bdc60857cfa7ad4328ef9e9 /app | |
parent | ef249a2718f69be4d73ee81f5e3ca523f7a45e1b (diff) |
Remove margins around `p` tags in lists
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 9fe3aa349..c1afe0832 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -61,6 +61,10 @@ ul, ol { margin-left: 1em; + + p { + margin: 0; + } } ul { |