Skip to content

Commit

Permalink
Merge pull request #690 from themeum/sazedul-haque
Browse files Browse the repository at this point in the history
Content box sizing added for wordpress modal
  • Loading branch information
shewa12 authored Feb 19, 2024
2 parents c1bfbd9 + 96a6077 commit 532b3c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/front/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ body {
box-sizing: border-box;
}
}

.media-modal * {
box-sizing: content-box;
}
}

//common and reset css
Expand Down

0 comments on commit 532b3c4

Please sign in to comment.