#I update my filament 3 project ( composer update ) and after my panel design not working correctly.

1 messages · Page 1 of 1 (latest)

cyan sky
#

How can i fix it ?

#

But mobiel devices working correctly

pearl hearth
#

Maybe:

{
    return $panel
        // ...
        ->maxContentWidth(MaxWidth::Full);
}```
hollow valley
# cyan sky But mobiel devices working correctly

Are you using any plugins? Specifically are you using my plugin AdvancedTables? If so please I released a version this afternoon that addresses this. Also be sure to npm run build and php artisan filament:upgrade

cyan sky
#

"php": "^8.2",
"arbermustafa/filament-locationpickr-field": "^2.0.0",
"bezhansalleh/filament-shield": "^3.2",
"cheesegrits/filament-google-maps": "^3.0",
"filament/actions": "^3.2",
"filament/filament": "^3.2",
"filament/forms": "^3.2",
"filament/notifications": "^3.2",
"flowframe/laravel-trend": "^0.2.0",
"kreait/firebase-php": "^7.10",
"laravel-notification-channels/telegram": "^5.0",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"matanyadaev/laravel-eloquent-spatial": "^4.2",
"opcodesio/log-viewer": "^3.11",
"psr/simple-cache": "^2.0",
"pusher/pusher-php-server": "^7.2",
"pxlrbt/filament-excel": "^2.3",
"spatie/laravel-backup": "^8.8",
"spatie/laravel-ignition": "^2.6",
"twilio/sdk": "^8.0",
"tymon/jwt-auth": "^2.1"

cyan sky
keen patio
#

Do you have a custom theme? You are probably loading th ebae, utilities etc after the filament defaults are loaded

cyan sky