This commit is contained in:
2026-06-02 17:19:54 +02:00
parent 15085fe9e5
commit 6498fe222c
4 changed files with 298 additions and 0 deletions

View File

@@ -11771,6 +11771,29 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
justify-content: flex-end;
}
.ag-grid-tree-host .ag-grid-badge-cell {
display: flex;
align-items: center;
min-width: 0;
}
.ag-grid-tree-host .ag-grid-badge {
display: inline-flex;
align-items: center;
max-width: 100%;
min-height: 22px;
padding: 2px 10px;
border-radius: 999px;
background: #6c757d;
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 1.35;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ag-grid-tree-host .ag-grid-right-aligned-header .ag-header-cell-label {
justify-content: flex-end;
}