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

12 lines
212 B
Plaintext

@import "../../../../less/Common/Constants";
.notebookComponentContainer {
height: 100vh;
width: 100vw;
margin: 0px;
overflow-x: hidden;
font-family: @DataExplorerFont;
padding: 20px;
}