diff --git a/public/js/pimcore/object/tags/manyToManyRelation.js b/public/js/pimcore/object/tags/manyToManyRelation.js index c9d802478..f125e14ae 100644 --- a/public/js/pimcore/object/tags/manyToManyRelation.js +++ b/public/js/pimcore/object/tags/manyToManyRelation.js @@ -478,6 +478,8 @@ pimcore.object.tags.manyToManyRelation = Class.create(pimcore.object.tags.abstra width: this.fieldConfig.width, height: this.fieldConfig.height, cls: "multihref_field", + componentCls: this.getWrapperClassNames(), + bodyCssClass: "pimcore_object_tag_multihref", autoExpandColumn: 'fullpath', border: true, style: "margin-bottom: 10px",