Update static/style.css
Browse files- static/style.css +1 -2
static/style.css
CHANGED
|
@@ -5,8 +5,7 @@ body {
|
|
| 5 |
}
|
| 6 |
|
| 7 |
textarea {
|
| 8 |
-
|
| 9 |
-
width: auto;
|
| 10 |
font-family: monospace;
|
| 11 |
padding: 10px;
|
| 12 |
border: 1px solid #ccc;
|
|
|
|
| 5 |
}
|
| 6 |
|
| 7 |
textarea {
|
| 8 |
+
width: 100%;
|
|
|
|
| 9 |
font-family: monospace;
|
| 10 |
padding: 10px;
|
| 11 |
border: 1px solid #ccc;
|