From adbeb7d55cf766332f68f0f985df321c1ebe5140 Mon Sep 17 00:00:00 2001 From: Kaciras Date: Tue, 18 Jun 2024 09:16:31 +0800 Subject: [PATCH] remove redundant css attributes --- packages/notivue/Notifications/notifications.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/notivue/Notifications/notifications.css b/packages/notivue/Notifications/notifications.css index c751332..42b1530 100644 --- a/packages/notivue/Notifications/notifications.css +++ b/packages/notivue/Notifications/notifications.css @@ -138,7 +138,6 @@ .Notivue__close { position: relative; - margin: 0; cursor: pointer; padding: calc(var(--nv-spacing) / 2); margin: var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0;