pimcore / admin-ui-classic-bundle

Other
11 stars 99 forks source link

Reverse Relation Panel has Inconsistent CSS #762

Open cancan101 opened 1 day ago

cancan101 commented 1 day ago

The Reverse Relation Panel has unique CSS that causes layout issues: https://github.com/pimcore/admin-ui-classic-bundle/blob/56dd075f73a6820076fc3880c113913c41e36666/public/css/admin.css#L2388-L2390

  1. This CSS is different from what is used for normal forward relations
  2. It uses !important which due #761 means it can't be overridden through the UI

Because of the CSS, the panel floats on top of other controls: Image

If I define as a forward relation, I don't have that problem: Image