From 00bf50906d2b3a2a46faded3cb5ed176aefe58d1 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Wed, 18 Jul 2018 09:54:52 +0100 Subject: [PATCH 1/2] 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; From ef0532a54baba1c895a268d1fea426e4e017be98 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Wed, 18 Jul 2018 10:47:39 +0100 Subject: [PATCH 2/2] replace wrapping button with new class name --- services/web/public/stylesheets/app/editor/publish-modal.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/editor/publish-modal.less b/services/web/public/stylesheets/app/editor/publish-modal.less index 35a3dd7c44..3f049fc75b 100644 --- a/services/web/public/stylesheets/app/editor/publish-modal.less +++ b/services/web/public/stylesheets/app/editor/publish-modal.less @@ -23,8 +23,8 @@ .wl-icon:before{ font-size: 14px; } - .btn-primary{ - whiteSpace: 'normal' + .btn-wrapping{ + white-space: normal; } .button-as-link{ color: green;