Skip to content

Commit 5072a47

Browse files
committed
override rustdoc.css {webkit,moz} box-sizing:unset
1 parent d443416 commit 5072a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/rust.css

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ body {
66
font-size: 18px;
77
color: #333;
88
line-height: 1.428571429;
9+
10+
-webkit-box-sizing: unset;
11+
-moz-box-sizing: unset;
912
box-sizing: unset;
1013
}
1114
@media (min-width: 768px) {

0 commit comments

Comments
 (0)