mirror of https://github.com/artf/grapesjs.git
nocodeframeworkdrag-and-dropsite-buildersite-generatortemplate-builderui-builderweb-builderweb-builder-frameworkwebsite-builderno-codepage-builder
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
244 B
17 lines
244 B
.editor-row {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: stretch;
|
|
flex-wrap: nowrap;
|
|
height: 300px;
|
|
}
|
|
|
|
.editor-canvas {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.panel__right {
|
|
flex-basis: 230px;
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
|