fix the centering
Browse files- styles.css +5 -5
styles.css
CHANGED
|
@@ -594,17 +594,17 @@ h1, h2, h3, p, .markdown {
|
|
| 594 |
flex-direction: column !important;
|
| 595 |
}
|
| 596 |
|
| 597 |
-
/* Summary view -
|
| 598 |
.summary-view {
|
| 599 |
display: flex !important;
|
| 600 |
flex-direction: column !important;
|
| 601 |
-
|
|
|
|
| 602 |
}
|
| 603 |
|
| 604 |
-
/*
|
| 605 |
.summary-view .plot-container {
|
| 606 |
-
|
| 607 |
-
max-height: fit-content !important;
|
| 608 |
}
|
| 609 |
|
| 610 |
/* Regressions header button */
|
|
|
|
| 594 |
flex-direction: column !important;
|
| 595 |
}
|
| 596 |
|
| 597 |
+
/* Summary view - keep content centered with minimal gap */
|
| 598 |
.summary-view {
|
| 599 |
display: flex !important;
|
| 600 |
flex-direction: column !important;
|
| 601 |
+
align-items: center !important;
|
| 602 |
+
gap: 5px !important;
|
| 603 |
}
|
| 604 |
|
| 605 |
+
/* Keep the summary display centered */
|
| 606 |
.summary-view .plot-container {
|
| 607 |
+
width: 100% !important;
|
|
|
|
| 608 |
}
|
| 609 |
|
| 610 |
/* Regressions header button */
|