From e55a44936f903b08a91bbd116f08ae408afb61f8 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 1 Oct 2015 14:19:23 +0200 Subject: [PATCH] Fixes vertical align on comments votes --- app/assets/stylesheets/debates.scss | 3 ++- app/assets/stylesheets/proposals.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/debates.scss b/app/assets/stylesheets/debates.scss index 6e0f142bd..560c16664 100644 --- a/app/assets/stylesheets/debates.scss +++ b/app/assets/stylesheets/debates.scss @@ -646,7 +646,8 @@ .comment-votes { color: $text-medium; font-weight: lighter; - margin: rem-calc(8) rem-calc(12) rem-calc(6) 0; + line-height: rem-calc(24); + margin: rem-calc(10) rem-calc(12) rem-calc(6) 0; a { color: $text-light; diff --git a/app/assets/stylesheets/proposals.scss b/app/assets/stylesheets/proposals.scss index d82d57013..7689e93dd 100644 --- a/app/assets/stylesheets/proposals.scss +++ b/app/assets/stylesheets/proposals.scss @@ -636,7 +636,8 @@ .comment-votes { color: $text-medium; font-weight: lighter; - margin: rem-calc(8) rem-calc(12) rem-calc(6) 0; + line-height: rem-calc(24); + margin: rem-calc(10) rem-calc(12) rem-calc(6) 0; a { color: $text-light;