fix: editor init bg

This commit is contained in:
Nicolas Giard 2018-09-16 18:42:41 -04:00
parent 30806d3c8d
commit 1bc98068e9

View File

@ -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;
}