This commit is contained in:
Raju Shrestha
2024-08-09 15:07:46 +05:45
parent c08ed22b78
commit 2ebd3a2ea9
5 changed files with 15 additions and 11 deletions

View File

@ -134,4 +134,8 @@ margin-bottom: .5rem;
}
.mt-26{
margin-top: 26px;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
vertical-align: middle;
}