Skip to content

Commit 33c1ff0

Browse files
committed
rustdoc: make settings checkboxes always square
1 parent ae9173d commit 33c1ff0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

+3
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,9 @@ so that we can apply CSS-filters to change the arrow color in themes */
14461446
align-items: center;
14471447
cursor: pointer;
14481448
}
1449+
.setting-check input {
1450+
flex-shrink: 0,
1451+
}
14491452

14501453
.setting-radio input:checked {
14511454
box-shadow: inset 0 0 0 3px var(--main-background-color);

0 commit comments

Comments
 (0)