From 50a5048fbe557fac76b92ea174027f7c6e8eeb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 20 Dec 2018 10:18:44 +0100 Subject: [PATCH] Fix drop shadow on edge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 779eccffa..608e2ba26 100644 --- a/css/style.scss +++ b/css/style.scss @@ -447,7 +447,7 @@ input.input-inline { margin: $board-item-margin; white-space: normal; position: relative; - box-shadow: 0 0 3px var(--color-background-darker, $color-darkgrey); + box-shadow: 0 0 3px 1px var(--color-background-darker, $color-darkgrey); border-radius: 3px; transition: margin 250ms linear;