From 9c0612443082633e473c8923bbff017d30afe5fc Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 13 Feb 2019 14:02:04 +0100 Subject: [PATCH] Fix border in update notification section Signed-off-by: Morris Jobke --- settings/css/settings.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index ebd1ff1b0ec..0ff764d32ef 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -962,6 +962,10 @@ span.version { } } +#version.section { + border-bottom: none; +} + .section { margin-bottom: 0; /* section divider lines, none needed for last one */