Skip to content

Commit

Permalink
Refactor VersionCheck modal to update max-height styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent 569afe6 commit 7feee1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const status = comparison === -1 ? 'outdated' : comparison === 0 ? 'latest' : 'f
border-radius: 0.5rem;
padding: 1rem;
overflow: auto;
max-height: 20vh;
max-height: 30vh;
margin-top: 1rem;
margin-bottom: 1rem;
}
Expand Down

0 comments on commit 7feee1e

Please sign in to comment.