10 lines
148 B
SCSS

.m-editor-layout {
width: 100%;
display: flex;
justify-self: space-between;
&:has(.m-editor-resizer-draging) {
overflow: hidden;
}
}