Skip to content

Commit 5915517

Browse files
authored
Rollup merge of rust-lang#62470 - dima74:patch-1, r=GuillaumeGomez
Prevent shrinking of "crate select" element on Firefox This fixes rust-lang#60368
2 parents 9c14433 + 11a4d6e commit 5915517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ a {
639639
margin-top: 5px;
640640
padding: 6px;
641641
padding-right: 19px;
642+
flex: none;
642643
border: 0;
643644
border-right: 0;
644645
border-radius: 4px 0 0 4px;

0 commit comments

Comments
 (0)