Skip to content

Commit ee6459d

Browse files
authored
Update rustdoc.css
1 parent 503dfcf commit ee6459d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,7 @@ because of the `[-]` element which would overlap with it. */
898898
So, for table layouts, override the default with break-word, which does
899899
_not_ affect min-content intrinsic sizes.
900900
*/
901-
table,
902-
.item-table {
901+
table {
903902
overflow-wrap: break-word;
904903
}
905904

0 commit comments

Comments
 (0)