refactor(ui): remove bottom margin from headlines in alerts
This commit is contained in:
parent
6b47163b14
commit
4a9f2f99ae
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
h2, h3, h4 {
|
h2, h3, h4 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 1.2em;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .actions {
|
> .actions {
|
||||||
|
|
Loading…
Reference in New Issue