orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Icon cuts #2846

Open iamarsenibragimov opened 1 week ago

iamarsenibragimov commented 1 week ago

Describe the bug Icon display randomly cuts.

To Reproduce

Sight::make('domain', 'Domain')->render(fn (Company $company) => Link::make($company->domain)
    ->route('platform.company', $company)->class('')->icon('box-arrow-up-right')),

Expected behavior It must not be cutted.

Screenshots telegram-cloud-photo-size-2-5454255093647008905-y

Desktop (please complete the following information):

tabuna commented 1 week ago

I tested on the latest version of the package and in Chrome 126.0.6478.62 on Mac 14.1.2.

image

Unfortunately, I was unable to reproduce the issue. Could you please specify which version of the package you are using? You can find out by running the command artisan about or composer show orchid/platform.

Also, could you confirm if you have published templates from previous versions? You can check this by looking for the directory /view/vendor/platform.