Files
cosmos-explorer/src/Explorer/Controls/Notebook/NotebookTerminalComponent.less
2020-05-25 21:30:55 -05:00

13 lines
202 B
Plaintext

@import "../../../../less/Common/Constants";
.notebookTerminalContainer {
padding: @DefaultSpace;
height: 100%;
width: 100%;
iframe {
border: none;
height: 100%;
width: 100%;
}
}