From 1c655befe5ff79e8a3febe01e95158bdf91804f9 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 24 Nov 2015 16:25:09 -0500 Subject: [PATCH] fixed height of mobile buttons --- awx/ui/client/src/dashboard/counts/dashboard-counts.block.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/dashboard/counts/dashboard-counts.block.less b/awx/ui/client/src/dashboard/counts/dashboard-counts.block.less index 6cdf40598a..1c854a30dc 100644 --- a/awx/ui/client/src/dashboard/counts/dashboard-counts.block.less +++ b/awx/ui/client/src/dashboard/counts/dashboard-counts.block.less @@ -36,6 +36,7 @@ width: 33%; flex-basis: ~"calc(33% - 7px)"; max-width: ~"calc(33% - 7px)"; + height: 96px; } }