Skip to content

Commit

Permalink
fix(dashboard/Card): ensure each card is equally sized
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Apr 30, 2022
1 parent deade1a commit deadf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
position: relative;
padding: 1rem;
height: 100%;
flex-basis: 30%;
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit deadf1e

Please sign in to comment.