Skip to content

Commit f36c109

Browse files
Rollup merge of #89754 - dns2utf8:rustdoc_cleanup_css, r=GuillaumeGomez
Cleanup .item-table CSS The main table-like element must be `display: table;` r? `@GuillaumeGomez`
2 parents 96ffc74 + 4bd7e96 commit f36c109

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)