From 00bf50906d2b3a2a46faded3cb5ed176aefe58d1 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Wed, 18 Jul 2018 09:54:52 +0100 Subject: [PATCH] fixing button wrapping in the publish modal --- services/web/public/stylesheets/app/editor/publish-modal.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/publish-modal.less b/services/web/public/stylesheets/app/editor/publish-modal.less index d196d3ccf0..35a3dd7c44 100644 --- a/services/web/public/stylesheets/app/editor/publish-modal.less +++ b/services/web/public/stylesheets/app/editor/publish-modal.less @@ -23,6 +23,9 @@ .wl-icon:before{ font-size: 14px; } + .btn-primary{ + whiteSpace: 'normal' + } .button-as-link{ color: green; text-transform: none;