From 12d7eb8a46f212853fc1d5efc883ab84aa9f4491 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Thu, 31 May 2018 17:47:55 +0100 Subject: [PATCH] Adjust styling to work with wrapper --- services/web/public/stylesheets/app/editor/toolbar.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/editor/toolbar.less b/services/web/public/stylesheets/app/editor/toolbar.less index d4162aeb5a..f1faddb7a9 100644 --- a/services/web/public/stylesheets/app/editor/toolbar.less +++ b/services/web/public/stylesheets/app/editor/toolbar.less @@ -249,12 +249,15 @@ /************************************** Formatting buttons ***************************************/ -formatting-buttons { - display: flex; +.formatting-buttons { width: 100%; overflow: hidden; } +.formatting-buttons-wrapper { + display: flex; +} + .formatting-btn { padding: 0; height: 100%;