From 4ac91a2ebb8ea15e987285bb661c3bd70def557f Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 26 Aug 2014 14:20:33 -0400 Subject: [PATCH] Fix statistic border --- src/definitions/views/statistic.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/definitions/views/statistic.less b/src/definitions/views/statistic.less index 94c896420..24949493a 100755 --- a/src/definitions/views/statistic.less +++ b/src/definitions/views/statistic.less @@ -29,6 +29,13 @@ max-width: @maxWidth; } +.ui.statistic:first-child { + margin-top: 0em; +} +.ui.statistic:last-child { + margin-bottom 0em; +} + /* Grouped */ .ui.statistics > .statistic { display: @elementDisplay;