Skip to content

Commit

Permalink
Merge pull request #1989 from bolt/chore/padding-on-lists-in-card
Browse files Browse the repository at this point in the history
A little less padding on lists in Cards
  • Loading branch information
I-Valchev authored Oct 14, 2020
2 parents 42a0ce3 + 8f6de23 commit ea40a2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/scss/init/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ small {
a:not(.btn) {
text-decoration: underline;
}

ul,
ol {
padding-left: 1rem;
}
}

.custom-select {
Expand Down

0 comments on commit ea40a2b

Please sign in to comment.