Improved line spacing in wrapping alert overview.

This commit is contained in:
DebaucheryLibrarian 2024-05-28 22:18:38 +02:00
parent 419a0c9362
commit 099296280c
1 changed files with 2 additions and 2 deletions

View File

@ -421,9 +421,9 @@ async function removeAlert(alert) {
}
.alert-details {
padding: .75rem 0;
padding: .25rem 0;
flex-grow: 1;
line-height: 1.5;
line-height: 2.5;
color: var(--shadow);
&.and .alert-detail:not(:last-child):after {