refactor(ui): remove bottom margin from headlines in alerts

This commit is contained in:
ArneBo 2025-02-17 11:17:19 +01:00
parent 6b47163b14
commit 4a9f2f99ae
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
h2, h3, h4 {
margin-top: 0;
margin-bottom: 1.2em;
margin-bottom: 0;
}
> .actions {