mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.notebookComponentContainer {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
margin: 0px;
|
|
overflow-x: hidden;
|
|
font-family: @DataExplorerFont;
|
|
padding: 20px;
|
|
}
|
|
|