Skip to content

Commit

Permalink
Remove margin on ul elements within tables
Browse files Browse the repository at this point in the history
Fixes the Usage view - wagtail#10896 (comment)
  • Loading branch information
gasman committed Sep 21, 2023
1 parent 19e57cd commit 2ed0910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/scss/components/_listing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ul.listing {

ul {
list-style-type: none;
margin: 0;
padding-inline-start: 0;
}

Expand Down

0 comments on commit 2ed0910

Please sign in to comment.