Spaces:
Running
Running
update css
Browse files- static/css/style.css +6 -0
static/css/style.css
CHANGED
@@ -52,6 +52,12 @@
|
|
52 |
min-width: 60px !important;
|
53 |
max-width: 60px !important;
|
54 |
text-align: center !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
|
57 |
.custom-dataframe td:nth-child(2) {
|
|
|
52 |
min-width: 60px !important;
|
53 |
max-width: 60px !important;
|
54 |
text-align: center !important;
|
55 |
+
white-space: nowrap !important;
|
56 |
+
padding: 0 4px !important;
|
57 |
+
}
|
58 |
+
|
59 |
+
.custom-dataframe th:first-child {
|
60 |
+
font-size: 0.9em !important;
|
61 |
}
|
62 |
|
63 |
.custom-dataframe td:nth-child(2) {
|