mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
SPRINT-12: added pagination to top of entity list table, fix for record not found view enttity, store rowsperpage in local storage per table
This commit is contained in:
@ -111,6 +111,13 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.MuiDataGrid-toolbarContainer .pagination
|
||||
{
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
/* Help make the radio, text, and icon wrap in a good way */
|
||||
.doFullValidationRadios label
|
||||
{
|
||||
|
Reference in New Issue
Block a user