reactions popover css fix

This commit is contained in:
Yurii
2026-01-22 12:37:29 +02:00
parent 63e931fab1
commit f5d8f515d5
+3 -1
View File
@@ -4063,10 +4063,12 @@ body > .autocomplete-suggestions.text-search-suggestions {
padding: 0;
}
> .list > table {
> .list:has(> table) {
margin-left: var(--minus-1px);
margin-right: var(--minus-1px);
}
> .list > table {
> tbody {
> tr {
> td:first-child {