Skip to content

Commit

Permalink
fix(toggle): auto adapt slot container when content is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Jan 25, 2024
1 parent 915acfd commit 74ddb45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

slot {
display: inline-flex;
flex: 1;
flex: 1 1 auto;
}

:host([checking]) {
Expand Down

0 comments on commit 74ddb45

Please sign in to comment.