fix: responsive chart heights + rename cost metric labels (Task E.5)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user