From fa2fe873ff47da8d6a312d04bce8de144727ea2c Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 14 Apr 2016 00:14:35 +0200 Subject: [PATCH] Fixes styles for progress meter proposals supports --- app/assets/stylesheets/participation.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 10cd6e65d..1773ef8da 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -164,10 +164,12 @@ .progress { background-color: rgba(255,255,255,.8); - height: rem-calc(12); + height: $line-height/2; .meter { background: $votes-like; + display: block; + height: $line-height/2; } }