Skip to content

Commit

Permalink
Fix clipping bullet points in list
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindehli committed Feb 3, 2025
1 parent 4c0819e commit 11ad75e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/base-components/custom-list/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ custom-list {
}
}
& ul {
padding-inline-start: 1em;
padding-inline-start: 0;
padding-left: 1.5em;
margin-block: 0;
display: block;
&.has-title {
Expand Down

0 comments on commit 11ad75e

Please sign in to comment.