mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.notebookTerminalContainer {
|
|
padding: @DefaultSpace;
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
iframe {
|
|
border: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
} |