Commit 1bc98068 authored by Nicolas Giard's avatar Nicolas Giard

fix: editor init bg

parent 30806d3c
......@@ -276,6 +276,11 @@ export default {
<style lang='scss'>
.editor {
background-color: mc('grey', '900');
min-height: 100vh;
}
.atom-spinner.is-inline {
display: inline-block;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment