Skip to content

Commit 39c6b6c

Browse files
Fix CSS
1 parent 8fb32ab commit 39c6b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
14471447
cursor: pointer;
14481448
}
14491449
.setting-check input {
1450-
flex-shrink: 0,
1450+
flex-shrink: 0;
14511451
}
14521452

14531453
.setting-radio input:checked {

0 commit comments

Comments
 (0)