Skip to content

Commit

Permalink
improve dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Feb 24, 2024
1 parent 789a2b3 commit e5cc46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shortcode-dialog.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* stylelint-disable declaration-no-important */
.arve-sc-dialog {
height: 99.9dvh;
max-width: 900px;
width: 100vw;
height: 100dvh;
max-width: 100dvh;
width: 900px;
border-radius: 5px;
border: none;
box-sizing: border-box;
Expand Down

0 comments on commit e5cc46e

Please sign in to comment.