4.1 Builder: Insert between blocks button: missing CSS

Hi, I upgraded to Filament v4.1 today, thanks for all the work. I noticed the Insert between blocks lost its CSS to fit between Builder items. Does that happen to you? I upgraded from v4.0 with composer update php artisan filament:upgrade bun run build artisan cache:clear package.json:
"require": {
"php": "^8.4",
"filament/filament": "^4.1",
"filament/spatie-laravel-media-library-plugin": "^4.1",
"guava/calendar": "^2.0",
"laravel/framework": "^12.34",
"laravel/horizon": "^5.36",
"laravel/sanctum": "^4.2",
"laravel/tinker": "^2.10",
"league/flysystem-aws-s3-v3": "^3.29",
"livewire/livewire": "^3.6",
"livewire/volt": "^1.7",
"spatie/laravel-medialibrary": "^11.15"
},
"require": {
"php": "^8.4",
"filament/filament": "^4.1",
"filament/spatie-laravel-media-library-plugin": "^4.1",
"guava/calendar": "^2.0",
"laravel/framework": "^12.34",
"laravel/horizon": "^5.36",
"laravel/sanctum": "^4.2",
"laravel/tinker": "^2.10",
"league/flysystem-aws-s3-v3": "^3.29",
"livewire/livewire": "^3.6",
"livewire/volt": "^1.7",
"spatie/laravel-medialibrary": "^11.15"
},
Missing CSS from the theme: .fi-fo-builder .fi-fo-builder-add-between-items-ctn { top: calc(var(--spacing) * -6); margin-block: calc(var(--spacing) * 0); height: calc(var(--spacing) * 0); position: relative; } My theme.css:
@import "tailwindcss";
@import "../../../../vendor/filament/filament/resources/css/theme.css";
@source '../../../../app/Filament';
@source '../../../../resources/views/filament';
@source '../../../../vendor/guava/calendar/resources';
@import "tailwindcss";
@import "../../../../vendor/filament/filament/resources/css/theme.css";
@source '../../../../app/Filament';
@source '../../../../resources/views/filament';
@source '../../../../vendor/guava/calendar/resources';
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?