Skip to content

Commit

Permalink
[base] Not using height on text input (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer J. Sivertsen committed Feb 28, 2018
1 parent 1c857ac commit 0f0be2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@sanity/base/src/styles/forms/text-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
width: 100%;
outline: none;
line-height: var(--input-line-height);
height: calc(var(--input-line-height) + var(--input-padding-horizontal) * 2);
font-size: inherit;
box-sizing: border-box;
padding: var(--input-padding-horizontal) var(--input-padding-vertical);
Expand Down

0 comments on commit 0f0be2f

Please sign in to comment.