rustdoc: Fix position of collapse-toggle on small screens

This commit is contained in:
Vitaly _Vi Shukela 2018-02-17 20:54:00 +03:00
parent 644258044d
commit 3c83596f04
No known key found for this signature in database
GPG key ID: C097221D6E03DF68

View file

@ -1045,6 +1045,10 @@ h4 > .important-traits {
z-index: -1;
border-bottom: 1px solid;
}
.collapse-toggle {
left: -17px;
}
}