diff --git a/ts/editor/editor.scss b/ts/editor/editor.scss index 42b84cf27..14ae103a0 100644 --- a/ts/editor/editor.scss +++ b/ts/editor/editor.scss @@ -9,19 +9,6 @@ body { display: flex; flex-direction: column; margin: 5px; - - & > *, - & > * > * { - margin: 1px 0; - - &:first-child { - margin-top: 0; - } - - &:last-child { - margin-bottom: 0; - } - } } .field { @@ -38,10 +25,6 @@ body { padding: 0; } -body { - margin: 0; -} - #topbutsOuter { display: flex; flex-wrap: wrap;