Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
danielz02
commited on
Commit
•
9b2af2a
1
Parent(s):
c11a131
Use auto table layout
Browse files
src/display/css_html_js.py
CHANGED
@@ -11,6 +11,9 @@ table th:first-child {
|
|
11 |
overflow: visible; /* Set overflow to visible to ensure the content is not hidden */
|
12 |
white-space: normal; /* Allow the text to wrap */
|
13 |
}
|
|
|
|
|
|
|
14 |
/* Full width space */
|
15 |
.gradio-container {
|
16 |
max-width: 95%!important;
|
|
|
11 |
overflow: visible; /* Set overflow to visible to ensure the content is not hidden */
|
12 |
white-space: normal; /* Allow the text to wrap */
|
13 |
}
|
14 |
+
table {
|
15 |
+
table-layout: auto; /* Change from fixed to auto if necessary */
|
16 |
+
}
|
17 |
/* Full width space */
|
18 |
.gradio-container {
|
19 |
max-width: 95%!important;
|