override rustdoc.css {webkit,moz} box-sizing:unset
This commit is contained in:
parent
d4434162cf
commit
5072a47fd1
@ -6,6 +6,9 @@ body {
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
line-height: 1.428571429;
|
||||
|
||||
-webkit-box-sizing: unset;
|
||||
-moz-box-sizing: unset;
|
||||
box-sizing: unset;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user