diff --git a/awx/ui/src/components/Workflow/WorkflowHelp.js b/awx/ui/src/components/Workflow/WorkflowHelp.js index 4b2251a7ce..7789dc5ca0 100644 --- a/awx/ui/src/components/Workflow/WorkflowHelp.js +++ b/awx/ui/src/components/Workflow/WorkflowHelp.js @@ -12,7 +12,7 @@ const Inner = styled.div` border-radius: 2px; color: white; left: 10px; - max-width: 300px; + max-width: 500px; padding: 5px 10px; position: absolute; top: 10px; diff --git a/awx/ui/src/components/Workflow/WorkflowNodeHelp.js b/awx/ui/src/components/Workflow/WorkflowNodeHelp.js index 30b423df9e..3d66bd10f9 100644 --- a/awx/ui/src/components/Workflow/WorkflowNodeHelp.js +++ b/awx/ui/src/components/Workflow/WorkflowNodeHelp.js @@ -12,6 +12,7 @@ const GridDL = styled.dl` column-gap: 15px; display: grid; grid-template-columns: max-content; + overflow-wrap: anywhere; row-gap: 0px; dt { grid-column-start: 1;