From c840f223cdac4b47e08afbdffedf1829f37187d1 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 12 Jun 2020 15:59:12 +0000 Subject: [PATCH] CSS tweak --- installer/resources/themes/console/light/console.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 6801da0f14..2d7737460f 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -784,8 +784,8 @@ p:empty + .sb_notice { .routersummary .error::before, .routersummary .warn::before, .routersummary .testing::before, .routersummary .hidden::before, .routersummary .running::before, .routersummary .firewalled::before, .routersummary .vmcomm::before, .routersummary .clockskew::before { - margin-bottom: -1px; - padding-right: 1px; + margin-bottom: -0.5px; + padding-right: 2px; vertical-align: text-bottom; display: inline-block;