Files
cosmos-explorer/src/NotebookViewer/NotebookViewer.less
2020-06-04 19:04:15 -07: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;
}