Set the size of a textarea correctly
This commit is contained in:
parent
89a1e9566a
commit
f2aa009f6f
7 changed files with 12 additions and 3 deletions
5
resources/assets/sass/components/forms.scss
vendored
5
resources/assets/sass/components/forms.scss
vendored
|
@ -24,6 +24,11 @@ textarea {
|
|||
color: $base3;
|
||||
border: 1px solid $base3;
|
||||
border-radius: 4px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-size: 1.2em; //textarea doesn’t resize with the rest
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue