We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f67a9 commit d81b51aCopy full SHA for d81b51a
website/www/_static/style.css
@@ -153,7 +153,9 @@ body > .footer { margin-inline-start: unset; }
153
/* stop paths and things from overflowing the viewport. */
154
div.content { overflow-wrap: break-word; }
155
/* add spaces around items in TOC to make hitting the links easier */
156
-#contents ul.simple li { padding-block: .5em; }
+div.contents ul.simple li { padding-block: .5em; }
157
+ul.simple li a { min-height: 48px;
158
+ display: block;}
159
/* make examples with long lines scrollable */
160
div.highlight pre { overflow: auto;}
161
}
0 commit comments