mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Let textarea wrap lines
This commit is contained in:
parent
8ded106186
commit
0a86543e6d
4 changed files with 16 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue