Skip to content

Commit

Permalink
fix: Input gets explicit box-sizing (#266)
Browse files Browse the repository at this point in the history
YOLO'ing this one-liner
  • Loading branch information
pixelbandito authored Aug 26, 2020
1 parent 1744170 commit 5072038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/Input.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.Input {
box-sizing: border-box;
background-color: var(--rvr-white);
border-radius: var(--rvr-border-radius);
border: var(--rvr-border-width-md) solid var(--rvr-gray-60);
Expand Down

0 comments on commit 5072038

Please sign in to comment.