Skip to content

Commit

Permalink
No padding/margin for list items
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 16, 2017
1 parent 3398955 commit 62959e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/ui/_discard-changes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
margin: 0;
padding: 0;
margin-bottom: var(--spacing);

li {
padding-left: 0;
margin-bottom: 0;
}
}
}

0 comments on commit 62959e4

Please sign in to comment.