We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc81ad2 commit 5afa52bCopy full SHA for 5afa52b
src/librustdoc/html/static/rustdoc.css
@@ -768,16 +768,29 @@ a {
768
display: block;
769
}
770
771
-.search-results a {
+.search-results > a {
772
/* A little margin ensures the browser's outlining of focused links has room to display. */
773
margin-left: 2px;
774
margin-right: 2px;
775
776
777
778
-.result-name {
+.search-results > a > div {
779
+ display: flex;
780
+}
781
+
782
+.search-results > a > div > div {
783
+ min-width: 50%;
784
+ max-width: 50%;
785
width: 50%;
- float: left;
786
787
788
+.result-name {
789
+ padding-right: 10px;
790
791
792
+.result-name > span {
793
+ display: inline-block;
794
795
796
tr.result span.primitive::after {
0 commit comments