From 6282b5bacbb30f31bc7bbf53df668ac8ed68829f Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 14 Oct 2019 13:11:31 -0400 Subject: [PATCH] Style empty list placeholder text inline --- awx/ui/client/legacy/styles/lists.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/legacy/styles/lists.less b/awx/ui/client/legacy/styles/lists.less index 3e004461af..8357a78b78 100644 --- a/awx/ui/client/legacy/styles/lists.less +++ b/awx/ui/client/legacy/styles/lists.less @@ -372,9 +372,7 @@ table, tbody { .List-noItems { margin-top: 52px; - display: flex; - align-items: center; - justify-content: center; + display: inline-block; width: 100%; height: 200px; border-radius: 5px; @@ -383,7 +381,7 @@ table, tbody { color: @list-no-items-txt; text-transform: uppercase; text-align: center; - padding: 10px; + padding: 80px 10px; } .modal-body > .List-noItems {