Skip to content

Commit

Permalink
<li> tags: Force discs at all levels in the editors to match how the …
Browse files Browse the repository at this point in the history
…DSFR renders on the site (#204)
  • Loading branch information
Ash-Crow authored Aug 28, 2024
1 parent 982b042 commit 6917390
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@
.admin-hidden {
display: none;
}

/*** Changes to the editor to style it closer than the DSFR ***/

/* Force li at all indent levels to have discs */
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1,
.public-DraftStyleDefault-unorderedListItem {
list-style-type: disc !important;
}

0 comments on commit 6917390

Please sign in to comment.