Skip to content

Commit d17eb8f

Browse files
authored
Rollup merge of #48789 - GuillaumeGomez:horizontal-scroll, r=QuietMisdreavus
Fix sidebar horizontal scroll Just like @onur said. r? @QuietMisdreavus
2 parents c8a73e4 + b26f108 commit d17eb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ nav.sub {
183183
}
184184

185185
.sidebar .block > ul > li {
186-
margin-right: -20px;
186+
margin-right: -10px;
187187
}
188188

189189
.content, nav {

0 commit comments

Comments
 (0)