Skip to content

Commit

Permalink
Fix: label position & inheritance issue (#14753)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed Mar 27, 2023
1 parent d4d577d commit 250ed06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -441,7 +441,7 @@ pimcore.object.tags.localizedfields = Class.create(pimcore.object.tags.abstract,
if (this.fieldConfig.labelWidth) {
childConfig.labelWidth = this.fieldConfig.labelWidth;
}
if (this.fieldConfig.labelAlign) {
if (this.fieldConfig.labelAlign && !childConfig.labelAlign) {
childConfig.labelAlign = this.fieldConfig.labelAlign;
}

Expand Down

0 comments on commit 250ed06

Please sign in to comment.