set right margin to 0 on svgs inside a square notification button (#2871)

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
June 2024-11-03 09:30:59 +00:00 committed by GitHub
parent 8643dc02dd
commit 5d0e4366d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -571,6 +571,10 @@ function getMessages() {
gap: var(--spacing-card-sm); gap: var(--spacing-card-sm);
} }
.notification__actions .iconified-button.square-button svg {
margin-right: 0;
}
.unknown-type { .unknown-type {
color: var(--color-red); color: var(--color-red);
} }