jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
15 lines (13 loc) • 405 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-ImageWidget {
overflow: auto;
padding: 0 4px 4px 4px;
}
.jp-ImageWidget img {
max-width: 100%;
max-height: 100%;
margin: auto;
}