diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index 71d0f05e726ea576b711b54430195f61feecc877..d2a40d1341b238c73310e9e9dda2c9529e7bf4e3 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -3,6 +3,12 @@ .theme-warning { display: flex; align-items: baseline; + margin-bottom: .5em; + .buttons { + .btn { + margin-bottom: .5em; + } + } } .preset-switcher { margin-right: 1em;