From ab9d0c018bdc7ceae7af95486ca2c31267e4667f Mon Sep 17 00:00:00 2001 From: aignatov-bio Date: Fri, 5 Mar 2021 13:40:19 +0100 Subject: [PATCH] Small CSS fixes for experiment card [SCI-5486] --- app/assets/stylesheets/experiments.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/experiments.scss b/app/assets/stylesheets/experiments.scss index 79b3c1d8f..dea9fa672 100644 --- a/app/assets/stylesheets/experiments.scss +++ b/app/assets/stylesheets/experiments.scss @@ -93,6 +93,8 @@ a { color: inherit; + display: inline-block; + line-height: 21px; } } @@ -126,6 +128,7 @@ } .progress { + box-shadow: none; height: 4px; margin-bottom: 0; width: 100%;