From 9b7c30d383e9016d206c86e1280fa043bb6a3d14 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 29 Jun 2016 14:50:09 -0400 Subject: [PATCH] fix long label name from going outside of delete prompt bounds --- awx/ui/client/src/shared/prompt/prompt.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/shared/prompt/prompt.less b/awx/ui/client/src/shared/prompt/prompt.less index 5c491b64e3..b4c1237c50 100644 --- a/awx/ui/client/src/shared/prompt/prompt.less +++ b/awx/ui/client/src/shared/prompt/prompt.less @@ -3,6 +3,7 @@ .Prompt-bodyQuery { margin-bottom: 20px; color: @default-interface-txt; + word-break: break-word; } .Prompt-bodyTarget {