Skip to content

Commit

Permalink
Merge pull request #1 from robertvanlienden/bugfix/textarea-height-fix
Browse files Browse the repository at this point in the history
Added some textarea height of 100%
  • Loading branch information
robertvanlienden authored Jun 4, 2021
2 parents b0389c9 + 9e30e0b commit 7f06960
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/sass/form/_textarea.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Textarea

div .textarea {
height: 100%;
}
3 changes: 3 additions & 0 deletions src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
@import 'base/variables';
@import 'base/base';

// Form
@import 'form/textarea';

// Layout
@import 'layout/section';
@import 'layout/footer';
Expand Down

0 comments on commit 7f06960

Please sign in to comment.