Change width of filter menu to px instead of vw

This commit is contained in:
Keannu Bernasol 2023-12-21 14:44:57 +08:00
parent 2af8ea5802
commit e26b87e223

View file

@ -46,7 +46,7 @@ export default function StudentTransactionFilterMenu() {
},
}}
>
<FormControl sx={{ width: "25vw" }}>
<FormControl sx={{ width: "384px" }}>
<InputLabel style={{ backgroundColor: "white" }}>
Filter transactions by
</InputLabel>