Skip to content

Commit 0b51a5e

Browse files
Add space after period in ToC warning (#776)
1 parent 0188705 commit 0b51a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/furo/assets/styles/components/_table_of_contents.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
color: var(--color-problematic)
5959
background: rgba(255, 0, 0, 0.25)
6060
&::before
61-
content: "ERROR: Adding a table of contents in Furo-based documentation is unnecessary, and does not work well with existing styling.Add a 'this-will-duplicate-information-and-it-is-still-useful-here' class, if you want an escape hatch."
61+
content: "ERROR: Adding a table of contents in Furo-based documentation is unnecessary, and does not work well with existing styling. Add a 'this-will-duplicate-information-and-it-is-still-useful-here' class, if you want an escape hatch."

0 commit comments

Comments
 (0)