added width property for webkit
This commit is contained in:
parent
20125a309d
commit
4d897076c4
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ textarea.input {
|
||||||
padding: 0.1em 0.3em;
|
padding: 0.1em 0.3em;
|
||||||
resize: none;
|
resize: none;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
|
width: -webkit-fill-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.input.error {
|
textarea.input.error {
|
||||||
|
|
Loading…
Reference in a new issue