diff -r 6fb4de54acea -r 48ddaa42b810 client/src/App.scss --- a/client/src/App.scss Wed May 31 17:28:12 2017 +0200 +++ b/client/src/App.scss Wed May 31 17:51:54 2017 +0200 @@ -20,7 +20,7 @@ .toolbar-menu { padding: 1px 0 17px 18px; - margin: 0 -20px; + // margin: 0 -20px; border-bottom: 2px solid #eee; margin-bottom: 20px; .button { @@ -33,6 +33,11 @@ } } +.editor-wrapper { + border: 1px solid #efefef; + padding: 20px; +} + @keyframes App-logo-spin { from { transform: rotate(0deg); }