Skip to content

Commit 11a4d6e

Browse files
authored
Prevent shrinking of "crate select" element on Firefox
1 parent dd2e804 commit 11a4d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+1
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)