Skip to content

Commit

Permalink
fix: Padding on bullet lists (#19565)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored and fuziontech committed Jan 4, 2024
1 parent 0e6f6ce commit 9033f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/notebooks/Notebook/Notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@

> ul,
> ol {
padding-left: 1rem;
padding-left: 2rem;

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

li {
Expand Down

0 comments on commit 9033f7c

Please sign in to comment.