rustdoc: revert spacing change in item-table

It really wasn't necessary for the bug fix,
and could reasonably be considered a functional regression.
This commit is contained in:
Michael Howell 2024-07-21 23:21:49 -07:00
parent ee0fd6caf7
commit cd0fd6314d

View File

@ -2183,7 +2183,6 @@ in src-script.js and main.js
width: 33%;
}
.item-table > li > div {
padding-bottom: 5px;
word-break: break-all;
}
}