ggcristian commited on
Commit
b4c9cbc
·
1 Parent(s): 21a7ca2

Fix flex-grow for gradio-container class

Browse files
Files changed (1) hide show
  1. style/css_html_js.py +4 -0
style/css_html_js.py CHANGED
@@ -158,6 +158,10 @@ input[role="listbox"] {
158
  justify-content: flex-start !important;
159
  text-align: left !important;
160
  }
 
 
 
 
161
  """
162
 
163
  get_window_url_params = """
 
158
  justify-content: flex-start !important;
159
  text-align: left !important;
160
  }
161
+
162
+ .gradio-container .contain {
163
+ flex-grow: 0;
164
+ }
165
  """
166
 
167
  get_window_url_params = """