mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Make left column of rustdoc search results narrower
To make more room for the description of the item
This commit is contained in:
@@ -610,7 +610,7 @@ a {
|
||||
|
||||
.content .search-results td:first-child {
|
||||
padding-right: 0;
|
||||
width: 75%;
|
||||
width: 50%;
|
||||
}
|
||||
.content .search-results td:first-child a {
|
||||
padding-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user