From a623f96e86516c98e90af6b3ca3adf19dea19c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 4 Oct 2018 09:01:23 +0200 Subject: [PATCH] Fix header border on users list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index dfe85a04abdaa..7c4d09a6ccad5 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1394,7 +1394,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { /* let's define the column until storage path, what follows will be manually defined */ grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr)); - border-top: var(--color-border) 1px solid; + border-bottom: var(--color-border) 1px solid; &.disabled { opacity: .5; }