lead capture fields ui fix

This commit is contained in:
Yuri Kuznetsov
2025-10-30 14:45:28 +02:00
parent 90d7b99936
commit 33451a1118
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -708,6 +708,12 @@ select.form-control.native-select {
}
}
&:has(> .item-button.btn-group):has(> .drag-handle) {
> span.text {
width: calc(100% - var(--36px) - var(--26px));
}
}
> a[role="button"] {
margin-top: var(--1px);
margin-left: var(--2px);