summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/groups.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-08-04 16:00:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-08-04 16:24:25 +0300
commite9015b3541cbd0641a38ec0056e81591dda84688 (patch)
tree9b745eaf73c17c0e9f2a87a45029e7ce4af7f932 /app/assets/stylesheets/pages/groups.scss
parentb2d142c4a026b479925482c4756172d86888198b (diff)
downloadgitlab-ce-e9015b3541cbd0641a38ec0056e81591dda84688.tar.gz
Set consistency in list text height css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss8
1 files changed, 1 insertions, 7 deletions
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 {