We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f8f62 commit 899b0ddCopy full SHA for 899b0dd
src/librustdoc/html/static/rustdoc.css
@@ -1489,6 +1489,14 @@ h4 > .notable-traits {
1489
background-color: rgba(0,0,0,0);
1490
height: 100%;
1491
}
1492
+ /*
1493
+ This allows to prevent the version text to overflow the sidebar title on mobile mode when the
1494
+ sidebar is displayed (after clicking on the "hamburger" button).
1495
+ */
1496
+ .sidebar.mobile > div.version {
1497
+ overflow: hidden;
1498
+ max-height: 33px;
1499
+ }
1500
.sidebar {
1501
width: calc(100% + 30px);
1502
0 commit comments