sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

UI issues on forms #7182

Closed Jean-Gian closed 3 years ago

Jean-Gian commented 3 years ago

Environment

PHP version

$ php -v
PHP 7.4.18

Subject

When upgrading from 3.97.0 to 3.98.* or 3.99 there is a UI issue. Input fields in forms are small and aren't aligned anymore.

Steps to reproduce

Create an admin page with a form. Upgrade from 3.97 to 3.99 and look at the form.

Expected results

expected

Actual results

actual

VincentLanglet commented 3 years ago

Weird, I clearly don't have this issue ; and I'm using 3.98.2. Do you have any error in the browser ? Do you have any custom config in sonata for stylesheet or javascript ?

I assume you tried 3.98.2. Can you try 3.98.0 or 3.98.1 ? In order to restrict the possible reason of this.

franmomu commented 3 years ago

Which version of sonata-project/doctrine-orm-admin-bundle (assuming you're using this persistence bundle) are you using? Maybe because it is not the latest

Jean-Gian commented 3 years ago

Sorry guys, my bad 😞 It's as you say @franmomu , the issue is related to sonata-project/doctrine-orm-admin-bundle That wasn't the latest version.