Skip to content

Commit

Permalink
Fix height of interval dropdown inside plan grid
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBroddin committed Sep 18, 2024
1 parent 378ea61 commit b5e3cf0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
color: var(--color-text);
}

button {
height: auto;
}

button .plan-type-selector__interval-type-dropdown-option {
padding-right: 32px;
}
Expand Down

0 comments on commit b5e3cf0

Please sign in to comment.