Skip to content

Commit b26f108

Browse files
Fix sidebar horizontal scroll
1 parent 2789b06 commit b26f108

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)