From e1fe3425354069ea04d402c9aeb5857ef7b0998a Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 13 Apr 2015 18:15:16 -0400 Subject: [PATCH] Correctly fix CSS syntax error --- awx/ui/static/less/job-details.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/less/job-details.less b/awx/ui/static/less/job-details.less index 9d7b131b51..076ace0962 100644 --- a/awx/ui/static/less/job-details.less +++ b/awx/ui/static/less/job-details.less @@ -347,7 +347,7 @@ .header { width: 100%; height: 28px; - bottom: 5px; + padding-bottom: 5px; .search-field {