Skip to content

Commit 27ac108

Browse files
authored
Rollup merge of #128051 - notriddle:notriddle/spacing, r=GuillaumeGomez
rustdoc: revert spacing change in item-table It really wasn't necessary for the bug fix, and could reasonably be considered a functional regression. In response to #127418 (comment)
2 parents 526b4c9 + cd0fd63 commit 27ac108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,6 @@ in src-script.js and main.js
21832183
width: 33%;
21842184
}
21852185
.item-table > li > div {
2186-
padding-bottom: 5px;
21872186
word-break: break-all;
21882187
}
21892188
}

0 commit comments

Comments
 (0)