Spaces:
Running
Running
sedrick-keh-tri commited on
Commit ·
bc1f061
1
Parent(s): 4cc33fb
font width fixes
Browse files
app.py
CHANGED
|
@@ -103,11 +103,13 @@ css = """
|
|
| 103 |
.table-wrap table th,
|
| 104 |
table.svelte-1b19cri td,
|
| 105 |
table.svelte-1b19cri th {
|
| 106 |
-
max-width:
|
| 107 |
-
min-width:
|
| 108 |
overflow-x: auto !important;
|
| 109 |
white-space: nowrap !important;
|
| 110 |
text-overflow: clip !important;
|
|
|
|
|
|
|
| 111 |
}
|
| 112 |
|
| 113 |
/* Limit overall table height */
|
|
|
|
| 103 |
.table-wrap table th,
|
| 104 |
table.svelte-1b19cri td,
|
| 105 |
table.svelte-1b19cri th {
|
| 106 |
+
max-width: 250px !important;
|
| 107 |
+
min-width: 150px !important;
|
| 108 |
overflow-x: auto !important;
|
| 109 |
white-space: nowrap !important;
|
| 110 |
text-overflow: clip !important;
|
| 111 |
+
font-size: 12px !important;
|
| 112 |
+
padding: 4px 8px !important;
|
| 113 |
}
|
| 114 |
|
| 115 |
/* Limit overall table height */
|