Skip to content

Commit

Permalink
adjust the evac card height in dashboard accordingly (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas authored Dec 19, 2024
1 parent 70927df commit 562fb5c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
overflow: hidden;
font-family: "Noto sans", "BCSans", "Open Sans", Verdana, Arial, sans-serif;
display: flex;
height: 640px;
min-height: 540px;
height: fit-content;
max-height: 640px;
padding: var(--24, 24px);
flex-direction: column;
Expand Down Expand Up @@ -101,7 +102,7 @@
overflow: hidden;
font-family: "Noto sans", "BCSans", "Open Sans", Verdana, Arial, sans-serif;
display: flex;
height: 640px;
height: fit-content;
max-width: 850px;
max-height: 640px;
padding: var(--24, 24px);
Expand Down Expand Up @@ -197,7 +198,7 @@
overflow: hidden;
font-family: "Noto sans", "BCSans", "Open Sans", Verdana, Arial, sans-serif;
display: flex;
height: 558px;
height: fit-content;
flex-direction: column;
align-items: flex-start;
gap: 12px;
Expand Down

0 comments on commit 562fb5c

Please sign in to comment.