diff --git a/services/web/frontend/stylesheets/pages/editor/outline.scss b/services/web/frontend/stylesheets/pages/editor/outline.scss index d407fdc4b3..d2ce655962 100644 --- a/services/web/frontend/stylesheets/pages/editor/outline.scss +++ b/services/web/frontend/stylesheets/pages/editor/outline.scss @@ -84,6 +84,10 @@ padding-right: 0; } + .outline-body-no-elements { + margin-right: 0; + } + .outline-item-list { display: flex; flex-direction: column;