Skip to content

Commit

Permalink
fix(dropdown): restore default dropdown height (#5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Jan 21, 2020
1 parent 3b24b09 commit 7e91692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/dropdown/_dropdown.scss
Expand Up @@ -51,6 +51,7 @@
border: none;
border-bottom: 1px solid $ui-04;
width: 100%;
height: rem(40px);
cursor: pointer;
color: $text-01;
outline: 2px solid transparent;
Expand Down

0 comments on commit 7e91692

Please sign in to comment.