Allen Park commited on
Commit
b79ff37
·
1 Parent(s): 4c3a573

fix(adjust button by height instead of display)

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ body, .gradio-container {
49
  }
50
 
51
  .fixed-height-button {
52
- display: flex;
 
53
  }
54
  """
55
 
 
49
  }
50
 
51
  .fixed-height-button {
52
+ height: auto;
53
+ overflow: visible;
54
  }
55
  """
56