From 3559a88c6b8e3db02fc258fcf7159645e5d494d5 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Thu, 9 Feb 2017 11:21:55 -0500 Subject: [PATCH] Added permissions modal to 100% width --- awx/ui/client/src/shared/smart-search/smart-search.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/smart-search/smart-search.block.less b/awx/ui/client/src/shared/smart-search/smart-search.block.less index 35e5472a9e..43eb62ea92 100644 --- a/awx/ui/client/src/shared/smart-search/smart-search.block.less +++ b/awx/ui/client/src/shared/smart-search/smart-search.block.less @@ -237,7 +237,7 @@ // Additional modal specific styles -.modal-body { +.modal-body, #add-permissions-modal { .SmartSearch-searchTermContainer { width: 100%; }