Skip to content

Commit

Permalink
fix: add missing reset css for lists (#700)
Browse files Browse the repository at this point in the history
Lists were displaying with bullets, which should have been handled with reset css. Reset css was removed in this commit: 7506063

fixes: https://jira.dhis2.org/browse/DHIS2-8568



Co-authored-by: Martin <[email protected]>
  • Loading branch information
jenniferarnesen and martinkrulltott committed Apr 16, 2020
1 parent 51216c9 commit 2aa5b85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Item/ListItem/Item.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.list {
margin-top: 10px;
list-style: none;
padding-inline-start: 0px;
}

.item {
Expand Down

0 comments on commit 2aa5b85

Please sign in to comment.