fix: responsive chart heights + rename cost metric labels (Task E.5)

This commit is contained in:
Andrew Charlwood
2026-02-07 22:34:57 +00:00
parent bce8e58bc9
commit 901bf39dda
6 changed files with 65 additions and 17 deletions
+6
View File
@@ -268,6 +268,12 @@ body {
#pathway-chart {
flex: 1; min-height: 0;
}
/* Propagate flex height into Plotly-rendered divs when no explicit figure height is set */
#pathway-chart .js-plotly-plot,
#pathway-chart .plot-container,
#pathway-chart .svg-container {
height: 100% !important;
}
.chart-card > .dash-loading-callback,
.chart-card > .dash-loading-callback > div {
flex: 1; display: flex; flex-direction: column; min-height: 0;