Update path

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2023-11-21 21:07:33 +00:00
parent b9b732134d
commit 087be3e685
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
2 changed files with 1 additions and 1 deletions

14
docs/lib/custom.css Normal file
View file

@ -0,0 +1,14 @@
/* Prevent collapsible headings from wrapping onto two lines eagerly */
summary > h1,
summary > h2,
summary > h3,
summary > h4,
summary > h5,
summary > h6 {
display: inline-block;
}
/* Prevent longer checkbox lists from wrapping eagerly */
input + p {
display: inline;
}