Improved line spacing in wrapping alert overview.
This commit is contained in:
parent
419a0c9362
commit
099296280c
|
@ -421,9 +421,9 @@ async function removeAlert(alert) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-details {
|
.alert-details {
|
||||||
padding: .75rem 0;
|
padding: .25rem 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
line-height: 1.5;
|
line-height: 2.5;
|
||||||
color: var(--shadow);
|
color: var(--shadow);
|
||||||
|
|
||||||
&.and .alert-detail:not(:last-child):after {
|
&.and .alert-detail:not(:last-child):after {
|
||||||
|
|
Loading…
Reference in New Issue