phantasmal-world/src/ui/quest_editor/QuestEditorComponent.less

11 lines
165 B
Plaintext
Raw Normal View History

.qe-QuestEditorComponent {
display: flex;
flex-direction: column;
}
.qe-QuestEditorComponent-main {
flex: 1;
display: flex;
overflow: hidden;
}