From 177b771826554bcb2fb53d8a983ce5baf99d8f7c Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 6 Apr 2018 18:04:10 -0400 Subject: [PATCH] fix less syntax arrow --- awx/ui/client/lib/components/layout/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/lib/components/layout/_index.less b/awx/ui/client/lib/components/layout/_index.less index 73868252e6..ad2dc00958 100644 --- a/awx/ui/client/lib/components/layout/_index.less +++ b/awx/ui/client/lib/components/layout/_index.less @@ -99,7 +99,7 @@ margin-left: -11px; } - .at-Popover-arrow [ + .at-Popover-arrow { padding-top: 7px; margin-left: -10px; }