diff --git a/apps/frontend/src/components/ui/NotificationItem.vue b/apps/frontend/src/components/ui/NotificationItem.vue index 1d2132953..1f01cda87 100644 --- a/apps/frontend/src/components/ui/NotificationItem.vue +++ b/apps/frontend/src/components/ui/NotificationItem.vue @@ -571,6 +571,10 @@ function getMessages() { gap: var(--spacing-card-sm); } + .notification__actions .iconified-button.square-button svg { + margin-right: 0; + } + .unknown-type { color: var(--color-red); }