Yaron Koresh commited on
Commit
db40b0c
·
verified ·
1 Parent(s): f7a31e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
  """