Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,8 @@ footer {
|
|
132 |
}
|
133 |
.dropdown-arrow {
|
134 |
display: none !important;
|
135 |
-
button {
|
|
|
136 |
margin: 0 auto !important;
|
137 |
}
|
138 |
"""
|
|
|
132 |
}
|
133 |
.dropdown-arrow {
|
134 |
display: none !important;
|
135 |
+
*:has(button), button {
|
136 |
+
width: 100% !important;
|
137 |
margin: 0 auto !important;
|
138 |
}
|
139 |
"""
|