Skip to content

Commit d5dd37b

Browse files
committed
Make left column of rustdoc search results narrower
To make more room for the description of the item
1 parent 59fa6bd commit d5dd37b

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
@@ -610,7 +610,7 @@ a {
610610

611611
.content .search-results td:first-child {
612612
padding-right: 0;
613-
width: 75%;
613+
width: 50%;
614614
}
615615
.content .search-results td:first-child a {
616616
padding-right: 10px;

0 commit comments

Comments
 (0)