| 12345678910111213141516171819202122232425 |
- .ag-date-time-list-page {
- }
- .ag-date-time-list-page-title-bar {
- display: flex;
- }
- .ag-date-time-list-page-entries {
- }
- .ag-date-time-list-page-column-labels-row,
- .ag-date-time-list-page-entries-row {
- display: flex;
- }
- .ag-date-time-list-page-column-label,
- .ag-date-time-list-page-entry {
- flex-basis: 0;
- flex-grow: 1;
- }
- .ag-date-time-list-page-entry {
- cursor: pointer;
- }
|