Skip to content

Commit

Permalink
Merge pull request #649 from stellarwp/bugfix/KAD-3960
Browse files Browse the repository at this point in the history
bugfix/KAD-3960
  • Loading branch information
oakesjosh authored Jan 17, 2025
2 parents e42206a + b00cf8f commit a922608
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/blocks/tableofcontents/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,9 @@
}
#end-resizable-editor-section {
display: none;
}
}

// sub-menu list style to match frontend
ul.kb-table-of-contents-list-sub {
list-style-type: disc;
}

0 comments on commit a922608

Please sign in to comment.