rustdoc: Fix doc and impl collapsing on small screens

This commit is contained in:
Vitaly _Vi Shukela 2018-02-07 00:46:47 +03:00
parent bc277b271d
commit 71c4da866a
No known key found for this signature in database
GPG key ID: C097221D6E03DF68

View file

@ -1192,5 +1192,6 @@ kbd {
.hidden-by-impl-hider,
.hidden-by-usual-hider {
display: none;
/* important because of conflicting rule for small screens */
display: none !important;
}