From 611a6f9c0bb18dcb93dd6a602886a6cd191ac888 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Thu, 31 May 2018 16:26:40 +0100 Subject: [PATCH] Reduce width of overflowed button menu --- services/web/public/stylesheets/app/editor/toolbar.less | 5 +++++ 1 file changed, 5 insertions(+) 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; + } } }