Skip to content

Commit d3048ee

Browse files
authored
Improve docblock readability on small screen
1 parent 7ce1b3b commit d3048ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,10 @@ h4 > .notable-traits {
16241624
#settings-menu {
16251625
top: 7px;
16261626
}
1627+
1628+
.docblock {
1629+
margin-left: 12px;
1630+
}
16271631
}
16281632

16291633
h3.notable {

0 commit comments

Comments
 (0)