Prevent shrinking of "crate select" element on Firefox

This commit is contained in:
Dmitry Murzin 2019-07-07 18:46:24 +03:00 committed by GitHub
parent dd2e8040a3
commit 11a4d6ed9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -639,6 +639,7 @@ a {
margin-top: 5px; margin-top: 5px;
padding: 6px; padding: 6px;
padding-right: 19px; padding-right: 19px;
flex: none;
border: 0; border: 0;
border-right: 0; border-right: 0;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;