Skip to content

Commit

Permalink
Remove whitespace around ul list items in forms
Browse files Browse the repository at this point in the history
Remove margins from ul list items inside Wagtail Formbuilder forms.
  • Loading branch information
donald committed Mar 12, 2020
1 parent af4e5fe commit 9bc70ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -742,5 +742,6 @@ div.codehilite:not(:last-child) {
}

.wt-form ul {
list-style: none
list-style: none;
margin: 0;
}

0 comments on commit 9bc70ce

Please sign in to comment.