mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Make equipments subtable height taller in technician transactions list view
This commit is contained in:
parent
fee55c95c8
commit
444a71fb9d
1 changed files with 1 additions and 2 deletions
|
@ -202,9 +202,8 @@ export default function TransactionsListPage() {
|
|||
<TableCell align="center">
|
||||
<TableContainer
|
||||
style={{
|
||||
maxHeight: "192px",
|
||||
maxHeight: "256px",
|
||||
overflowY: "scroll",
|
||||
marginTop: "2rem",
|
||||
}}
|
||||
component={Paper}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue