Skip to content

Commit

Permalink
fix horizontal text overflow in toc sections & force wrapping
Browse files Browse the repository at this point in the history
- fixes wagtail#204
  • Loading branch information
kkartik07 authored and lb- committed Oct 11, 2022
1 parent ff5793e commit 0926b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/_component_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
color: $gray-700;
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
word-break: break-all;

a {
color: $gray-600;
Expand Down

0 comments on commit 0926b43

Please sign in to comment.