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