style fix

This commit is contained in:
Yuri Kuznetsov
2024-12-20 14:54:58 +02:00
parent 79f28b6be0
commit 8f1a5612d1
+12
View File
@@ -4012,6 +4012,18 @@ body > .autocomplete-suggestions.text-search-suggestions {
&:has(> .list > table) {
padding: 0;
}
> .list > table > tbody {
> tr {
> td:first-child {
padding-left: var(--14px);
}
> td:last-child {
padding-right: var(--14px);
}
}
}
}
}