diff --git a/ts/editor/editor.scss b/ts/editor/editor.scss index 9caf8a996..30b0af96b 100644 --- a/ts/editor/editor.scss +++ b/ts/editor/editor.scss @@ -56,15 +56,19 @@ body { background: var(--bg-color); } -.topbuts > * { - margin: 0 1px; +.topbuts { + margin-bottom: 2px; - &:first-child { - margin-left: 0; - } + & > * { + margin: 0 1px; - &:last-child { - margin-right: 0; + &:first-child { + margin-left: 0; + } + + &:last-child { + margin-right: 0; + } } }