File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -783,15 +783,14 @@ a {
783783 flex-flow : row wrap;
784784}
785785
786- .search-results > a > div > div {
786+ .search-results . result-name , . search-results > a > div > div : nth-child ( 2 ) , . search-results . result-description {
787787 width : 50% ;
788788}
789-
790- .result-name {
789+ .search-results .result-name {
791790 padding-right : 1em ;
792791}
793792
794- .result-name > span {
793+ .search-results . result-name > span {
795794 display : inline-block;
796795}
797796
@@ -1753,10 +1752,10 @@ details.undocumented[open] > summary::before {
17531752 .search-results > a {
17541753 border-bottom : 1px solid # aaa9 ;
17551754 }
1756- .search-results > a > div > div {
1755+ .search-results . result-name {
17571756 width : 100% ;
17581757 }
1759- .search-results > a > div > div : nth-child (2 ) {
1758+ .search-results > a > div > div : nth-child (2 ), . search-results . result-description {
17601759 padding-left : 2em ;
17611760 }
17621761}
You can’t perform that action at this time.
0 commit comments