From a8c4e9280435716df8a2996e11cfa1806e95dda2 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Wed, 27 Feb 2019 16:37:26 -0500 Subject: [PATCH] Add margin to Management Jobs Notifications list --- awx/ui/client/src/notifications/notifications.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/notifications.block.less b/awx/ui/client/src/notifications/notifications.block.less index e7903a5fe3..c814039ef6 100644 --- a/awx/ui/client/src/notifications/notifications.block.less +++ b/awx/ui/client/src/notifications/notifications.block.less @@ -27,7 +27,7 @@ } .notificationsList { - margin-top: 0; + margin-top:20px; } .ng-toast {