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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-12-29 23:43:11 -08:00 committed by James Valleroy
parent fa41257565
commit e20e27c0fd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 {