Skip to content

Commit

Permalink
fix: force box-sizing: content-box
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Feb 17, 2024
1 parent 803f34c commit 8a5fc71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/lib/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
position: relative;
tab-size: 2;
overflow: hidden;
}

.mismerge * {
box-sizing: content-box;
}

Expand Down

0 comments on commit 8a5fc71

Please sign in to comment.