diff --git a/Notification.astro b/Notification.astro index a3925cd..b3014ff 100644 --- a/Notification.astro +++ b/Notification.astro @@ -54,5 +54,6 @@ const { type = 'default', role = 'none', ariaLive = 'off' } = Astro.props .notification [data-icon] { flex-shrink: 0; width: 40px; + height: auto; } diff --git a/package.json b/package.json index 8e08f61..cc6834d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-components", "description": "A set of Accessible, easy to use, Front-end UI Components for Astro.", - "version": "2.3.4", + "version": "2.3.5", "author": "Mark Teekman", "homepage": "https://accessible-astro.netlify.app/accessible-components/", "type": "module",