devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
783 stars 220 forks source link

Overview User Intials "Image" not correctly scaled #65

Closed OTECMarkus closed 1 year ago

OTECMarkus commented 1 year ago

In the ticket overview, there are Images with the intials of the users. I think this is not scaled correct. image

The problem seems to be in the css class "w-6" and "h-6" <img src="https://ui-avatars.com/api/?name=M+H&amp;color=FFFFFF&amp;background=2ebabd" alt="Markus Hofelich" data-popover-target="popover-user-5-640b53faed210" class="w-6 h-6 rounded-full bg-gray-200 bg-cover bg-center">

heloufir commented 1 year ago

Can you do an npm run build (or npm run dev if you are in dev environment), I think your styles need to be refreshed.

heloufir commented 1 year ago

@OTECMarkus did the npm re-run resolve the issue?

OTECMarkus commented 1 year ago

Sorry, unfortunately we could not test it yet because we have to adapt our environment first. My colleague looks for it and I give you then a feedback

mihaisolomon commented 1 year ago

I will close this issue. If the problem persists reopen it and we will try to fix it.