diff --git a/services/web/frontend/stylesheets/app/editor/history-v2.less b/services/web/frontend/stylesheets/app/editor/history-v2.less index 7656fb11d3..d59310d9f7 100644 --- a/services/web/frontend/stylesheets/app/editor/history-v2.less +++ b/services/web/frontend/stylesheets/app/editor/history-v2.less @@ -61,6 +61,8 @@ flex: 0 0 @changesListWidth; padding: 0 10px; border-left: 1px solid @editor-border-color; + display: flex; + justify-content: center; } .history-entries { diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index 36ddbaf3ab..884f48562b 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -237,12 +237,11 @@ } .toggle-switch { - display: flex; + display: inline-flex; align-items: center; height: @toolbar-btn-height; margin-right: 5px; border-radius: @btn-border-radius-base; - overflow: hidden; background-color: @toggle-switch-bg; padding: 2px; }