From c842c890346ee291b05a54a3f415a71a33fd557a Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 20 Feb 2017 11:25:10 -0500 Subject: [PATCH] Remove the extra margin from the empty list when it appears in a modal --- awx/ui/client/legacy-styles/lists.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index 678cb43ffc..8807fc5f93 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -291,6 +291,9 @@ table, tbody { text-transform: uppercase; } +.modal-body > .List-noItems { + margin-top: 0px; +} .List-editButton--selected { background-color: @list-actn-bg-hov !important; color: @list-actn-icn-hov;