mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
fa41257565
commit
e20e27c0fd
@ -873,8 +873,9 @@ input[type='submit'].running-status-button {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-description {
|
section.app-description {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-header-single-column {
|
.app-header-single-column {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user