We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8de2b4 commit ee7cc63Copy full SHA for ee7cc63
src/librustdoc/html/static/rustdoc.css
@@ -772,6 +772,7 @@ a {
772
773
.search-results > a {
774
display: block;
775
+ width: 100%;
776
/* A little margin ensures the browser's outlining of focused links has room to display. */
777
margin-left: 2px;
778
margin-right: 2px;
@@ -1751,6 +1752,7 @@ details.undocumented[open] > summary::before {
1751
1752
/* Display an alternating layout on tablets and phones */
1753
1754
border-bottom: 1px solid #aaa9;
1755
+ padding: 5px 0px;
1756
}
1757
.search-results .result-name {
1758
width: 100%;
0 commit comments