From b24ce0922acd4b6b17f14c85e988e4bfdce57028 Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 18 Sep 2019 03:30:57 -0500 Subject: [PATCH] css: fix spacing in flag/appeal notices. --- app/javascript/src/styles/specific/posts.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/javascript/src/styles/specific/posts.scss b/app/javascript/src/styles/specific/posts.scss index 6becd8a03..56245e359 100644 --- a/app/javascript/src/styles/specific/posts.scss +++ b/app/javascript/src/styles/specific/posts.scss @@ -239,6 +239,14 @@ div#c-posts { border: var(--post-notice-border); border-radius: 3px; + ul.post-flag-reasons, ul.post-appeal-reasons { + list-style: inside; + } + + p { + margin-bottom: 0; + } + .resolved { margin-left: 0.5em; font-weight: bold;