Skip to content

Commit

Permalink
🐛 Fix misaligned dropdown icon #325 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih authored Jun 10, 2020
1 parent 06424f0 commit 4db025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class MiniMediaPlayerDropdown extends LitElement {
text-transform: none;
}
.mmp-dropdown__icon {
height: calc(var(--mmp-unit) * .6);
height: auto;
width: calc(var(--mmp-unit) * .6);
min-width: calc(var(--mmp-unit) * .6);
}
Expand Down

0 comments on commit 4db025b

Please sign in to comment.