🐛 Fix style problem with update lib notifications (#5871)

This commit is contained in:
Alonso Torres 2025-02-17 13:31:29 +01:00 committed by GitHub
parent ad15ac6c1e
commit ccabaf4552
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -28,3 +28,8 @@
padding: var(--actionable-padding);
padding-inline-start: var(--sp-l);
}
.notification-message {
display: flex;
align-items: center;
}

View file

@ -18,3 +18,7 @@
max-width: $s-960;
z-index: $z-index-modal;
}
.link {
margin: 0;
}