Skip to content

Commit

Permalink
[base] Some specific styles for textarea (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer J. Sivertsen authored and bjoerge committed Oct 16, 2018
1 parent e5931db commit 3fa5c63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@sanity/base/src/styles/forms/textarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
composes: textInput from './text-input.css';
resize: vertical;
padding: 0.5em;
min-height: 6em;
line-height: 1.5em;
transition: none;
}

0 comments on commit 3fa5c63

Please sign in to comment.