Browse Source

Prevent annoying blink on select when content is smaller than placeholder

master
meriadec 7 years ago
parent
commit
deb14f31b4
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      src/components/base/Select/index.js

1
src/components/base/Select/index.js

@ -37,6 +37,7 @@ const Container = styled(Box).attrs({ relative: true, color: 'steel' })``
const TriggerBtn = styled(Box).attrs({
p: 2,
})`
min-height: 58px;
${space};
border: 1px solid ${p => p.theme.colors.mouse};
border-radius: 3px;

Loading…
Cancel
Save