diff --git a/frontend/less/espo/elements/form.less b/frontend/less/espo/elements/form.less index 258c1e1eb1..a0812c2c2f 100644 --- a/frontend/less/espo/elements/form.less +++ b/frontend/less/espo/elements/form.less @@ -547,7 +547,7 @@ input[type="radio"].form-radio { } .cell { - &:has(.inline-edit-link) { + &:has(> .inline-edit-link) { .control-label { max-width: calc(100% - var(--20px)); }