From 4b8ced5fc093f78b4caa43d90ae502ba8e85fe4a Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Fri, 28 Feb 2020 09:25:30 +0100 Subject: [PATCH] Add right-margin on bullet points in groups tab --- app/assets/stylesheets/darkswarm/typography.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/typography.css.scss b/app/assets/stylesheets/darkswarm/typography.css.scss index b2b040bef6..f95de26a89 100644 --- a/app/assets/stylesheets/darkswarm/typography.css.scss +++ b/app/assets/stylesheets/darkswarm/typography.css.scss @@ -116,7 +116,7 @@ ul.bullet-list, ul.check-list { li:before { content: "•"; font-family: "OFN"; - margin-left: -1.25em; + margin: 0 0.25em 0 -1.25em; display: inline-block; font-weight: normal; font-style: normal;