Skip to content

Commit ebfea62

Browse files
Fix item name display on mobile
1 parent e413d89 commit ebfea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ h4 > .notable-traits {
15711571

15721572
#main > table:not(.table-display) td {
15731573
word-break: break-word;
1574-
min-width: 10%;
1574+
width: 50%;
15751575
}
15761576

15771577
.search-container > div {

0 commit comments

Comments
 (0)