mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-02 14:38:14 +00:00
6 lines
84 B
SCSS
6 lines
84 B
SCSS
.m-editor-layout {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-self: space-between;
|
|
}
|