Skip to content

Commit

Permalink
fix(inputs): border-box fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Mar 24, 2020
1 parent 804adcd commit 81752e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/input/src/Component.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
.component {
display: inline-block;
font-family: var(--font-family);
box-sizing: border-box;
}

.inner {
Expand All @@ -40,6 +39,7 @@
border-radius: var(--input-border-radius);
border-bottom: var(--input-border-bottom);
transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
box-sizing: border-box;
}

.input {
Expand Down

0 comments on commit 81752e1

Please sign in to comment.