mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Change width of filter menu to px instead of vw
This commit is contained in:
parent
2af8ea5802
commit
e26b87e223
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default function StudentTransactionFilterMenu() {
|
|||
},
|
||||
}}
|
||||
>
|
||||
<FormControl sx={{ width: "25vw" }}>
|
||||
<FormControl sx={{ width: "384px" }}>
|
||||
<InputLabel style={{ backgroundColor: "white" }}>
|
||||
Filter transactions by
|
||||
</InputLabel>
|
||||
|
|
Loading…
Reference in a new issue