We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f924c74 commit d16f7c0Copy full SHA for d16f7c0
components/01-atoms/textfield/textfield.scss
@@ -19,6 +19,7 @@
19
border-width: $_border-width;
20
padding: $_vertical_spacing $_horizontal_spacing;
21
width: 100%;
22
+ box-sizing: border-box;
23
}
24
25
&:focus-visible {
0 commit comments