From 572e2301f964782cc8466d2da27cc0ca677e1cf4 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Wed, 25 Jan 2017 00:13:19 -0800 Subject: [PATCH] adding word break for delete modal --- 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 1d648b97c8..fc266082e4 100644 --- a/awx/ui/client/src/shared/prompt/prompt.less +++ b/awx/ui/client/src/shared/prompt/prompt.less @@ -8,6 +8,7 @@ .Prompt-bodyTarget { color: @default-data-txt; + word-break: break-word; } .Prompt-emphasis {