phantasmal-world/src/ui/quest_editor/QuestEditorComponent.less
2019-07-23 18:39:47 +02:00

11 lines
165 B
Plaintext

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