0
Fork 0
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:
elhombretecla 2020-11-13 14:34:24 +01:00 committed by Andrey Antukh
parent 619e51d258
commit ac9622ac07
2 changed files with 2 additions and 1 deletions

View file

@ -309,7 +309,7 @@
font-size: 0.75rem; font-size: 0.75rem;
color: $color-gray-40; color: $color-gray-40;
cursor: pointer; cursor: pointer;
border-color: $color-gray-10; border: 1px solid $color-gray-10;
border-radius: 2px; border-radius: 2px;
option { option {

View file

@ -194,6 +194,7 @@
color: $color-white; color: $color-white;
font-size: $fs12; font-size: $fs12;
margin: $x-small; margin: $x-small;
min-width: 0;
padding: $x-small; padding: $x-small;
width: 100%; width: 100%;