diff --git a/services/web/public/stylesheets/app/editor/toolbar.less b/services/web/public/stylesheets/app/editor/toolbar.less index 55303a64c6..d4162aeb5a 100644 --- a/services/web/public/stylesheets/app/editor/toolbar.less +++ b/services/web/public/stylesheets/app/editor/toolbar.less @@ -292,8 +292,13 @@ formatting-buttons { .formatting-menu { min-width: auto; + max-width: 130px; .formatting-menu-item { float: left; + + &:nth-of-type(4n + 1) .formatting-btn { + border-left: none; + } } }