Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
@@ -53,11 +53,17 @@ table th:first-child {
|
|
53 |
margin-top: 25rem !important;
|
54 |
}
|
55 |
|
|
|
|
|
|
|
|
|
56 |
#component-35 {
|
57 |
height: 100% !important;
|
58 |
background: #2563ea !important;
|
59 |
-
color: white !important;
|
60 |
}
|
|
|
|
|
61 |
#model_comparison {
|
62 |
height: 6rem !important;
|
63 |
overflow: auto !important;
|
|
|
53 |
margin-top: 25rem !important;
|
54 |
}
|
55 |
|
56 |
+
#component-34 {
|
57 |
+
flex: 0 !important;
|
58 |
+
}
|
59 |
+
|
60 |
#component-35 {
|
61 |
height: 100% !important;
|
62 |
background: #2563ea !important;
|
63 |
+
color: white !important;
|
64 |
}
|
65 |
+
|
66 |
+
|
67 |
#model_comparison {
|
68 |
height: 6rem !important;
|
69 |
overflow: auto !important;
|