Increase font size in datagrid headers and rows

This commit is contained in:
Dede Fuji Abdul 2024-03-05 08:30:58 +07:00
parent 9186da30ac
commit 6f85d95ac5

View File

@ -20,10 +20,10 @@
background-color: #035b71 !important;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td{
font-size: 10px !important;
font-size: 12px !important;
}
.dx-datagrid .dx-row > td{
font-size: 10px !important;
font-size: 12px !important;
}
.dx-toolbar .dx-toolbar-items-container{
height: 56px !important;