Skip to content

Commit

Permalink
chore: Update max-height in mailings-new-modal.vue to use 50vh instea…
Browse files Browse the repository at this point in the history
…d of 500px
  • Loading branch information
omar-bear committed Jul 16, 2024
1 parent 8609bcb commit 666b1ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default {
<style>
.bs-templates_container {
max-height: 500px;
max-height: 50vh;
overflow: auto;
}
</style>

0 comments on commit 666b1ed

Please sign in to comment.