Skip to content

Commit b5e5d96

Browse files
Fix alignment of badges
1 parent a161a7b commit b5e5d96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

+3
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,9 @@ table,
766766
.item-left {
767767
padding-right: 1.25rem;
768768
}
769+
.item-left > a, .item-left > span {
770+
vertical-align: middle;
771+
}
769772

770773
.search-results-title {
771774
margin-top: 0;

0 commit comments

Comments
 (0)