From e9015b3541cbd0641a38ec0056e81591dda84688 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 4 Aug 2016 16:00:18 +0300 Subject: Set consistency in list text height css Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/pages/groups.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'app/assets/stylesheets/pages/groups.scss') diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss index 2a3acc3eb4c..b657ca47d38 100644 --- a/app/assets/stylesheets/pages/groups.scss +++ b/app/assets/stylesheets/pages/groups.scss @@ -23,15 +23,9 @@ } .group-row { - &.no-description { - .group-name { - line-height: 44px; - } - } - .stats { float: right; - line-height: 44px; + line-height: $list-text-height; color: $gl-gray; span { -- cgit v1.2.1