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 (#2171)
  • Loading branch information
yzlucas authored Dec 19, 2024
1 parent 562fb5c commit 2eefbf0
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 2eefbf0

Please sign in to comment.