From fc64bb2b7b0e783573401e2d472c30989cb0f0c8 Mon Sep 17 00:00:00 2001 From: "Noah Commandeur (TwoCream)" <157007478+noahcommandeur-twocream@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:24:35 +0200 Subject: [PATCH] Fix resolve display issue in grid view for filter by link feature (#681) --- public/js/pimcore/element/helpers/gridColumnConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/pimcore/element/helpers/gridColumnConfig.js b/public/js/pimcore/element/helpers/gridColumnConfig.js index 63a51c1c8..144062f56 100644 --- a/public/js/pimcore/element/helpers/gridColumnConfig.js +++ b/public/js/pimcore/element/helpers/gridColumnConfig.js @@ -456,7 +456,7 @@ pimcore.element.helpers.gridColumnConfig = { title: title, items: [formPanel], bodyStyle: "background: #fff;", - width: 700, + width: width: formPanel.items.items[0].width + 25, maxHeight: 650 }); this.filterByRelationWindow.show();