From 57838dc81326fb60ea865596a4519acfc78d1bc4 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Tue, 31 Jan 2023 09:36:24 +0100 Subject: [PATCH] Reduce the height of the bluring element [SCI-7676] --- app/assets/stylesheets/experiments.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/experiments.scss b/app/assets/stylesheets/experiments.scss index 2c8fc3903..651c5cd89 100644 --- a/app/assets/stylesheets/experiments.scss +++ b/app/assets/stylesheets/experiments.scss @@ -166,7 +166,7 @@ background: linear-gradient(to right, $color-transparent, $color-white 50%); bottom: .4em; content: ""; - height: 1.75em; + height: 1.5em; position: absolute; right: 0; text-align: right;