Skip to content

Commit

Permalink
fix(dropdown): set dropdown height to 40px (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and marijohannessen committed Nov 3, 2017
1 parent 2156379 commit 293abf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
display: block;
background-color: $field-01;
width: 100%;
height: rem(40px);
cursor: pointer;
color: $text-01;

Expand Down Expand Up @@ -52,6 +53,7 @@
}

.bx--dropdown-text {
height: rem(40px);
padding-top: rem(13px);
padding-bottom: rem(13px);
padding-left: 1rem;
Expand Down

0 comments on commit 293abf5

Please sign in to comment.