Add right-margin on bullet points in groups tab

This commit is contained in:
Matt-Yorkley
2020-02-28 09:25:30 +01:00
parent 2678342122
commit 4b8ced5fc0

View File

@@ -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;