Spaces:
Running
Running
Update static/styles.css
Browse files- static/styles.css +2 -1
static/styles.css
CHANGED
@@ -52,7 +52,8 @@ select {
|
|
52 |
|
53 |
/* Input styles */
|
54 |
input[type="text"] {
|
55 |
-
width:
|
|
|
56 |
padding: 10px;
|
57 |
border: 1px solid #ccc;
|
58 |
border-radius: 4px;
|
|
|
52 |
|
53 |
/* Input styles */
|
54 |
input[type="text"] {
|
55 |
+
width: 75%;
|
56 |
+
height: 100px;
|
57 |
padding: 10px;
|
58 |
border: 1px solid #ccc;
|
59 |
border-radius: 4px;
|