Skip to content

Commit

Permalink
evac card in dashboard should have fixed height 640px to match the he…
Browse files Browse the repository at this point in the history
…ight with Resources Assigned Card
  • Loading branch information
yzlucas committed Dec 19, 2024
1 parent 562fb5c commit d8704ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
overflow: hidden;
font-family: "Noto sans", "BCSans", "Open Sans", Verdana, Arial, sans-serif;
display: flex;
min-height: 540px;
height: fit-content;
height: 640px;
max-height: 640px;
padding: var(--24, 24px);
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

@media (min-width: $desktop-md-min-width) {
.container {
height: 640px;
overflow: hidden;
font-family: "Noto sans", "BCSans", "Open Sans", Verdana, Arial, sans-serif;
display: flex;
Expand Down

0 comments on commit d8704ae

Please sign in to comment.