File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
920920 flex-flow : row wrap;
921921}
922922
923- .search-results .result-name , .search-results div .desc , . search-results . result-description {
923+ .search-results .result-name , .search-results div .desc {
924924 width : 50% ;
925925}
926926.search-results .result-name {
@@ -1899,10 +1899,10 @@ in storage.js
18991899 border-bottom : 1px solid # aaa9 ;
19001900 padding : 5px 0px ;
19011901 }
1902- .search-results .result-name , .search-results div .desc , . search-results . result-description {
1902+ .search-results .result-name , .search-results div .desc {
19031903 width : 100% ;
19041904 }
1905- .search-results div .desc , .search-results . result-description , . item-right {
1905+ .search-results div .desc , .item-right {
19061906 padding-left : 2em ;
19071907 }
19081908
You can’t perform that action at this time.
0 commit comments