Widget Factory traces

This commit is contained in:
2026-06-02 12:11:20 +02:00
parent 257339911e
commit 15085fe9e5
4 changed files with 130 additions and 0 deletions

View File

@@ -11757,6 +11757,24 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
min-width: 0;
}
.ag-grid-tree-host .ag-grid-right-aligned-cell,
.ag-grid-tree-host .ag-grid-right-aligned-cell .cell,
.ag-grid-tree-host .ag-grid-right-aligned-cell .widget,
.ag-grid-tree-host .ag-grid-right-aligned-cell .widget > *,
.ag-grid-tree-host .ag-grid-right-aligned-cell .ag-grid-special-cell,
.ag-grid-tree-host .ag-grid-right-aligned-cell .ag-grid-aggregate-cell {
text-align: right;
text-align: end;
}
.ag-grid-tree-host .ag-grid-right-aligned-cell .cell {
justify-content: flex-end;
}
.ag-grid-tree-host .ag-grid-right-aligned-header .ag-header-cell-label {
justify-content: flex-end;
}
.ag-grid-tree-host .ag-header-cell-comp-wrapper {
padding-left: 6px;
}