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