Skip to content

Commit 2a1bad7

Browse files
committed
Fix extremely small stability bars on docs page
Fixes rust-lang#23397
1 parent b27ba52 commit 2a1bad7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,10 @@ h1 .stability {
493493
.stability.Locked { border-color: #0084B6; color: #00668c; }
494494
.stability.Unmarked { border-color: #BBBBBB; }
495495

496+
td.summary-column {
497+
width: 100%;
498+
}
499+
496500
.summary {
497501
padding-right: 0px;
498502
}

0 commit comments

Comments
 (0)