Skip to content

Commit

Permalink
MudCard: Fix content not filling remaining space (#8933)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed May 13, 2024
1 parent 50ced24 commit 8127191
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MudBlazor/Styles/components/_card.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.mud-card {
.mud-card {
display: flex;
flex-direction: column;
}

.mud-card-header {
Expand Down Expand Up @@ -48,6 +50,7 @@
}

.mud-card-content {
flex-grow: 1;
padding: 16px;
}

Expand Down

0 comments on commit 8127191

Please sign in to comment.