jantinnerezo / livewire-alert

SweetAlert2 wrapper for Livewire
https://livewire-alert.jantinnerezo.com
MIT License
682 stars 73 forks source link

Notification's CSS Spacing Stretched #130

Open CyberPunkCodes opened 8 months ago

CyberPunkCodes commented 8 months ago

I installed this on my app and the CSS stying or padding, something is off. It is too wide. So I whipped up a fresh install of Laravel 10 Jetstream (with livewire) to confirm something on my app wasn't messing it up.

The alerts generated by the demo page are smaller. I am getting wide stretched notifications. Is there a way to fix this? Why is it different than the demo page, is it running a different version?

Here is a screenshot on a brand new default Laravel 10 app (jetstream + livewire):

Screen Shot 2023-10-18 at 3 35 11 AM

For comparison, here is how it looks on your demo page:

Screen Shot 2023-10-18 at 3 40 56 AM

Notice how it isn't wide and stretch out, and the text looks to be bolder/darker.

How can I fix this extra spacing issue?