41c072cjupyterlite-numbl-kernel: MATLAB-syntax kernel for JupyterLiteJeremy Magland 1/* Each figure gets a fixed-height box; numbl's FigureView fills its parent
2 and the plot canvas measures the container. */
3.numbl-figure {
4 position: relative;
5 width: 100%;
6 max-width: 680px;
7 height: 420px;
8 margin: 4px 0;
9 background: #ffffff;
10}