This commit is contained in:
2026-06-02 18:09:55 +02:00
parent 6498fe222c
commit 5ceebbf80c
4 changed files with 88 additions and 32 deletions

View File

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