From 93aa2a4e6eb4620d061be0398e3619a2c709ca2a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 25 Sep 2024 17:26:38 +0200 Subject: [PATCH] dashboard: Better view-header padding --- dashboard/src/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 9c98f73ba..f8cfc11ed 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -320,7 +320,7 @@ h1, h2, h3 { .view-header { padding-left: 15px; - padding-right: 15px; + padding-right: 20px; position: relative; z-index: 200; }