Skip to content

Commit

Permalink
fix: adjust max-height for dropdown trigger in counter-group styles #289
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner committed Feb 5, 2025
1 parent 6c5e48b commit 1aa464a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/counter/src/styles/counter-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@

[auro-dropdown] {
display: block;

&::part(trigger) {
max-height: var(--ds-size-300, $ds-size-300);
}
}

0 comments on commit 1aa464a

Please sign in to comment.