Skip to content

Commit 4bd7e96

Browse files
committed
Cleanup .item-table CSS
1 parent 9a75781 commit 4bd7e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ h2.small-section-header > .anchor {
772772
.block a.current.crate { font-weight: 500; }
773773

774774
.item-table {
775-
display: table-row;
775+
display: table;
776776
}
777777
.item-row {
778778
display: table-row;

0 commit comments

Comments
 (0)