Skip to content

Commit

Permalink
Ensure collapsed card does not cause stretching (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 4, 2024
1 parent 8122d41 commit 6579c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion panel/dist/css/card.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:host(.card) {
outline: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
flex: auto;
outline: 1px solid rgba(0, 0, 0, 0.125);
}

:host(.accordion) {
Expand Down

0 comments on commit 6579c8b

Please sign in to comment.