let the textarea fill the container
This commit is contained in:
parent
2263b23634
commit
d03f849e3b
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
resize: none;
|
resize: none;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue