Let textarea wrap lines

This commit is contained in:
kilobtye 2016-07-26 20:38:11 +08:00
parent 8ded106186
commit 0a86543e6d
4 changed files with 16 additions and 13 deletions

View file

@ -9,7 +9,7 @@ input {
color: black;
font-family: sans-serif;
font-size: 0.8333em;
white-space: nowrap;
white-space: pre;
text-align: left;
line-height: 1.8;
}
@ -24,7 +24,7 @@ textarea {
color: black;
font-family: sans-serif;
font-size: 0.8333em;
white-space: pre;
white-space: pre-wrap;
}
input::selection,