Skip to content

Commit

Permalink
Fix resolve display issue in grid view for filter by link feature
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcommandeur-twocream authored Sep 5, 2024
1 parent 28f6e32 commit 7a7c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pimcore/element/helpers/gridColumnConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7a7c20f

Please sign in to comment.