From e20e27c0fd8866fbfa9b8c0f730f4e8a8f3d8976 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 29 Dec 2024 23:43:11 -0800 Subject: [PATCH] ui: Fix regression with margin above app title - This extra margin was accidentally introduced when migrating to Bootstrap 5 and a generic rule was introduced to add spacing before each section that is not the first one. Tests: - In app pages, icon and title are at the same level. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index e20277a6c..3c6ccfa6a 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -873,8 +873,9 @@ input[type='submit'].running-status-button { width: 100%; } -.app-description { +section.app-description { grid-column: 2; + margin-top: 0; } .app-header-single-column {