Skip to content

Commit a1d60b6

Browse files
committed
Merged latest
2 parents 1dee703 + 9883e8b commit a1d60b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webapp/redux/middleware/plotMiddleware.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const plotFigure = async (plotId, plotMethod, plotType = false, uri = null, them
6060
//if (plotId === 'rxdConcentrationPlot') {
6161
// FIXME: How can we center the bokeh plots when sizing_mode='scale_height'
6262
htmlText = htmlText.replace('<head>', '<head><style>.bk {margin: 0 auto!important;} div {overflow:hidden;} frame {overflow:hidden;}</style>');
63+
htmlText = htmlText.replace('margin: 0 auto!important;', 'margin: 0;');
6364
//}
6465
return htmlText;
6566
}

0 commit comments

Comments
 (0)