Skip to content

Commit

Permalink
fix: remove global height from text inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 7, 2020
1 parent 84f6616 commit 7a99cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
input[type='text'] {
border: 1px solid var(--border-color);
border-radius: 4px;
height: 2rem;
box-sizing: border-box;
transition: all 0.1s var(--ease-out-quad);

Expand Down

0 comments on commit 7a99cdd

Please sign in to comment.