FIX - TASKER UI: однострочные свойства и popover поверх карточки

This commit is contained in:
DCCONSTRUCTIONS
2026-08-06 17:58:45 +03:00
parent ad04910209
commit d595e43fb8
5 changed files with 14 additions and 17 deletions
+4 -1
View File
@@ -2403,7 +2403,8 @@
var(--nodedc-list-property-icon-size)
var(--nodedc-list-property-icon-size)
var(--nodedc-list-property-icon-size);
grid-auto-flow: row;
grid-template-rows: var(--nodedc-list-property-chip-height);
grid-auto-flow: column;
justify-content: start;
align-items: center;
column-gap: 0.28rem !important;
@@ -2419,6 +2420,7 @@
height: var(--nodedc-list-property-chip-height) !important;
width: 100%;
min-width: 0;
grid-row: 1;
align-items: center;
justify-content: center;
}
@@ -2735,6 +2737,7 @@
.nodedc-list-property-attachments,
.nodedc-list-property-links {
grid-column: auto;
grid-row: auto;
width: auto;
}
}