File tree 1 file changed +5
-6
lines changed
src/librustdoc/html/static
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -783,15 +783,14 @@ a {
783
783
flex-flow : row wrap;
784
784
}
785
785
786
- .search-results > a > div > div {
786
+ .search-results . result-name , . search-results > a > div > div : nth-child ( 2 ) , . search-results . result-description {
787
787
width : 50% ;
788
788
}
789
-
790
- .result-name {
789
+ .search-results .result-name {
791
790
padding-right : 1em ;
792
791
}
793
792
794
- .result-name > span {
793
+ .search-results . result-name > span {
795
794
display : inline-block;
796
795
}
797
796
@@ -1753,10 +1752,10 @@ details.undocumented[open] > summary::before {
1753
1752
.search-results > a {
1754
1753
border-bottom : 1px solid # aaa9 ;
1755
1754
}
1756
- .search-results > a > div > div {
1755
+ .search-results . result-name {
1757
1756
width : 100% ;
1758
1757
}
1759
- .search-results > a > div > div : nth-child (2 ) {
1758
+ .search-results > a > div > div : nth-child (2 ), . search-results . result-description {
1760
1759
padding-left : 2em ;
1761
1760
}
1762
1761
}
You can’t perform that action at this time.
0 commit comments