Skip to content

Commit

Permalink
✨ feat(forms.scss): Remove extra margins and padding from textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Nov 12, 2021
1 parent 2d2cf49 commit 65caa20
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,6 @@ textarea[type=text] {
/* Input Field Sizes */
/* Hold Font Awesome glyphs inside input fields */
/* More sizes coming soon */
margin: 0.5rem 0;
padding: 1rem 1.3rem;
min-height: 8rem;
line-height: 1.5rem;
resize: vertical;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,6 @@ textarea[type=text] {
/* Input Field Sizes */
/* Hold Font Awesome glyphs inside input fields */
/* More sizes coming soon */
margin: 0.5rem 0;
padding: 1rem 1.3rem;
min-height: 8rem;
line-height: 1.5rem;
resize: vertical;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/core/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ select {
textarea,
textarea[type='text'] {
@include cirrus-input();
margin: 0.5rem 0;
padding: 1rem 1.3rem;
min-height: 8rem;
line-height: 1.5rem;
resize: vertical;
Expand Down

0 comments on commit 65caa20

Please sign in to comment.