From 17f71600dff9fe5c62e669c50361641312f1cddd Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 16 May 2019 12:23:47 -0400 Subject: [PATCH] Add styles to grow dropdown width based on content --- awx/ui/client/lib/components/list/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/lib/components/list/_index.less b/awx/ui/client/lib/components/list/_index.less index 28357c46fb..1afbb7a675 100644 --- a/awx/ui/client/lib/components/list/_index.less +++ b/awx/ui/client/lib/components/list/_index.less @@ -104,7 +104,7 @@ left: auto; margin: 0; right: 0; - width: 100%; + width: auto; } &-menuHeader {