Widget Factory traces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user