Skip to content

Commit

Permalink
fix(dropdown): restore trigger container height
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored and benelan committed Dec 2, 2023
1 parent 653fdb3 commit 51d1ea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

:host {
@apply inline-block flex-initial;
@apply inline-block;
}

@include disabled();
Expand All @@ -32,7 +32,7 @@
inline-size: var(--calcite-dropdown-width);
}
.calcite-trigger-container {
@apply relative flex flex-auto;
@apply relative flex flex-auto h-full;
@include word-break;
}

Expand Down

0 comments on commit 51d1ea8

Please sign in to comment.