Make User Cards the same height per row
This commit is contained in:
parent
81acfcf38a
commit
ef526caeee
@ -9,7 +9,7 @@
|
||||
|
||||
@if (User is not null)
|
||||
{
|
||||
<MudCard Outlined="true">
|
||||
<MudCard Outlined="true" Class="user-card">
|
||||
<MudCardHeader>
|
||||
<CardHeaderContent>
|
||||
<div style="display:flex;flex-wrap:wrap;align-items:center;gap:5px;">
|
||||
|
@ -300,3 +300,10 @@ tr.is-current-user p {
|
||||
.mud-breadcrumb-separator span {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.user-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
height: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user