Skip to content

Commit d16f7c0

Browse files
authored
[#417] Fixed textfield width. (#427)
1 parent f924c74 commit d16f7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/01-atoms/textfield/textfield.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
border-width: $_border-width;
2020
padding: $_vertical_spacing $_horizontal_spacing;
2121
width: 100%;
22+
box-sizing: border-box;
2223
}
2324

2425
&:focus-visible {

0 commit comments

Comments
 (0)