Make equipments subtable height taller in technician transactions list view

This commit is contained in:
Keannu Bernasol 2024-01-03 17:29:57 +08:00
parent fee55c95c8
commit 444a71fb9d

View file

@ -202,9 +202,8 @@ export default function TransactionsListPage() {
<TableCell align="center"> <TableCell align="center">
<TableContainer <TableContainer
style={{ style={{
maxHeight: "192px", maxHeight: "256px",
overflowY: "scroll", overflowY: "scroll",
marginTop: "2rem",
}} }}
component={Paper} component={Paper}
> >