added width property for webkit

This commit is contained in:
Manuel Friedli 2015-03-26 18:46:19 +01:00
parent 20125a309d
commit 4d897076c4

View file

@ -25,6 +25,7 @@ textarea.input {
padding: 0.1em 0.3em;
resize: none;
width: -moz-available;
width: -webkit-fill-available;
}
textarea.input.error {