chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

Squishes search field (missing CSS classes) #50

Closed fissible closed 4 years ago

fissible commented 5 years ago

For some reason this changes the applied CSS classes to the Index view search field:

Without breadcrumbs: "appearance-none form-control form-input w-search pl-search" With breadcrumbs: "appearance-none form-search w-search pl-search shadow"

The bolded class names do not appear anymore, and the italicized class names are injected.

This squishes the height of the search field (but only on the Index view).

Screen Shot 2019-10-08 at 11 22 10 AM

chris-ware commented 5 years ago

Can you let me know what version of Nova this is? I have this installed using the latest version of Nova supported with the latest release and it doesn't cause this issue. It also has the same classes when breadcrumbs is active and when they are disabled.

fissible commented 5 years ago

v2.2.0 Edit: just update to v2.3.1, no change. Chrome: Version 77.0.3865.90 (Official Build) (64-bit)

"laravel/framework": "^6.0",
"laravel/nova": "~2.0",
chris-ware commented 5 years ago

Have you ran the following?

php artisan nova:publish
fissible commented 5 years ago

I will try that and update with the results on Monday.

chris-ware commented 4 years ago

Closing due to no response and unable to reproduce.