Skip to content

Commit

Permalink
fix: Increase height for support modal
Browse files Browse the repository at this point in the history
Adapted the height to match the change in the support form which increased with the consent checkbox
  • Loading branch information
cballevre committed Jan 31, 2023
1 parent 131c303 commit a612e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/supportModal.css
Expand Up @@ -4,7 +4,7 @@

[role=banner] .coz-support-modal .coz-support-intent-wrapper .coz-intent {
width: 100%;
height: 24em;
height: 26em;
border: none;
}

Expand All @@ -15,6 +15,6 @@

@media (max-width: 48em) {
[role=banner] .coz-support-modal .coz-support-intent-wrapper .coz-intent {
height: 27em;
height: 28em;
}
}

0 comments on commit a612e9b

Please sign in to comment.