Skip to content

Commit

Permalink
fix: card view max height
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Oct 18, 2023
1 parent 0af46e7 commit 3928a93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
max-width: 500px;
margin: 40px auto;
border-radius: 4px;
max-height: calc(100% - 80px);
max-height: 700px;
display: flex;
flex-direction: column;
height: 100%;
height: calc(100% - 60px);;
}

.view-loader {
Expand Down

0 comments on commit 3928a93

Please sign in to comment.