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

10 lines
198 B
Plaintext

@import "../../../less/Common/Constants";
.newvertexContainer {
height:100%;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
.flex-display();
.flex-direction();
}