Skip to content

Commit 3ad7590

Browse files
authored
Merge pull request #77 from headwirecom/bug/76-validation-icon-placement
exclude svg from box-sizing
2 parents 3aa6c8b + d464aae commit 3ad7590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/example/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* {
1+
*:not(svg) {
22
box-sizing: border-box;
33
}
44

0 commit comments

Comments
 (0)