This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 43acb130 wrapping long step id text
     new d63c4c89 Merge pull request #378 from 
jathanasiou/fix/workflow-step-overflow
43acb130 is described below

commit 43acb1300c35e2c8eecfd6e9f5c1dcdc301ba70a
Author: John Athanasiou <[email protected]>
AuthorDate: Thu Apr 13 10:39:57 2023 +0100

    wrapping long step id text
---
 ui-modules/app-inspector/app/components/workflow/workflow-steps.less | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ui-modules/app-inspector/app/components/workflow/workflow-steps.less 
b/ui-modules/app-inspector/app/components/workflow/workflow-steps.less
index 39afeb6f..5eb05e38 100644
--- a/ui-modules/app-inspector/app/components/workflow/workflow-steps.less
+++ b/ui-modules/app-inspector/app/components/workflow/workflow-steps.less
@@ -63,6 +63,7 @@
         font-size: 80%;
         flex: 5 1 auto;
         background-color: @primary-50;
+        white-space: normal;
 
         &.handy {
           cursor: pointer;

Reply via email to