Remove bottom margin from crate version when the sidebar is collapsed.

This fixes a mobile UI bug where a vertical scrollbar would always be
rendered on the sidebar nav when the menu was closed.
This commit is contained in:
Aru Sahni 2021-01-05 18:53:23 -05:00
parent c7d6c3dfdc
commit aea9a4b449
1 changed files with 1 additions and 0 deletions

View File

@ -1412,6 +1412,7 @@ h4 > .notable-traits {
.sidebar > .block.version {
border-bottom: none;
margin-top: 12px;
margin-bottom: 0;
}
nav.sub {