Skip to content

Commit

Permalink
fix (website): fix long list item wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed May 2, 2024
1 parent 2ad20ba commit 8169af0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,9 @@ span.external-link::after {
}
}
/* End - Custom Style to make left & right nav scrollbar thin */

/* Start - Fix long list item wrapping */
.sl-markdown-content li {
overflow-wrap: anywhere;
}
/* End - Fix long list item wrapping */

0 comments on commit 8169af0

Please sign in to comment.