From 7e783ba4b71bae8143a69b8335019cb249425acf Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 24 Nov 2015 16:21:31 -0500 Subject: [PATCH] fixed border radius --- awx/ui/client/src/dashboard/counts/dashboard-counts.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a5df3f748b..6cdf40598a 100644 --- a/awx/ui/client/src/dashboard/counts/dashboard-counts.block.less +++ b/awx/ui/client/src/dashboard/counts/dashboard-counts.block.less @@ -17,7 +17,7 @@ padding-bottom: 11px; padding-left: 15px; padding-right: 15px; - border-radius: 3px; + border-radius: 5px; background-color: #fff; border: 1px solid #e1e1e1; flex: 1 0 auto;