mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix firefox flex bugs
This commit is contained in:
parent
619e51d258
commit
ac9622ac07
2 changed files with 2 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
|||
font-size: 0.75rem;
|
||||
color: $color-gray-40;
|
||||
cursor: pointer;
|
||||
border-color: $color-gray-10;
|
||||
border: 1px solid $color-gray-10;
|
||||
border-radius: 2px;
|
||||
|
||||
option {
|
||||
|
|
|
@ -194,6 +194,7 @@
|
|||
color: $color-white;
|
||||
font-size: $fs12;
|
||||
margin: $x-small;
|
||||
min-width: 0;
|
||||
padding: $x-small;
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue