Skip to content

Commit

Permalink
assets/_richtext: add margin to bulleted list to fix cut off on safari
Browse files Browse the repository at this point in the history
…fixes #494
  • Loading branch information
philli-m authored and goapunk committed Jun 22, 2023
1 parent caf5c31 commit 2baa639
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions digitalstrategie/assets/scss/components/_richtext.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
.richtext-image.left {
max-width: 65%;
}
}

// needed for bullet point cut off on safari
.textile ul > li {
margin-left: 2px;
}

0 comments on commit 2baa639

Please sign in to comment.