We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9173d commit 33c1ff0Copy full SHA for 33c1ff0
src/librustdoc/html/static/css/rustdoc.css
@@ -1446,6 +1446,9 @@ so that we can apply CSS-filters to change the arrow color in themes */
1446
align-items: center;
1447
cursor: pointer;
1448
}
1449
+.setting-check input {
1450
+ flex-shrink: 0,
1451
+}
1452
1453
.setting-radio input:checked {
1454
box-shadow: inset 0 0 0 3px var(--main-background-color);
0 commit comments