fix alerts in panels

This commit is contained in:
Henry Jameson 2024-02-28 14:25:22 +02:00
commit 39eee4412f
2 changed files with 5 additions and 1 deletions

View file

@ -118,6 +118,10 @@
padding-bottom: 0;
align-self: stretch;
}
> .alert {
line-height: calc(var(--__panel-heading-height-inner) - 2px);
}
}
}