Skip to content

Commit 8a5fc71

Browse files
committed
fix: force box-sizing: content-box
1 parent 803f34c commit 8a5fc71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/src/lib/styles/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
position: relative;
33
tab-size: 2;
44
overflow: hidden;
5+
}
6+
7+
.mismerge * {
58
box-sizing: content-box;
69
}
710

0 commit comments

Comments
 (0)