Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -6,7 +6,8 @@
|
|
| 6 |
<title>My static Space</title>
|
| 7 |
<style>
|
| 8 |
div#component-4 input {
|
| 9 |
-
|
|
|
|
| 10 |
}
|
| 11 |
div#component-2 {
|
| 12 |
display: none;
|
|
|
|
| 6 |
<title>My static Space</title>
|
| 7 |
<style>
|
| 8 |
div#component-4 input {
|
| 9 |
+
max-height: 40px;
|
| 10 |
+
min-height: 40px;
|
| 11 |
}
|
| 12 |
div#component-2 {
|
| 13 |
display: none;
|