Table view fix
This commit is contained in:
@@ -603,7 +603,7 @@ export function Inventory() {
|
||||
|
||||
{/* Table View dialog */}
|
||||
<Dialog open={tableViewOpen} onOpenChange={setTableViewOpen}>
|
||||
<DialogContent className="max-w-[95vw] w-[95vw] max-h-[90vh] flex flex-col p-0">
|
||||
<DialogContent className="sm:max-w-[95vw] w-[95vw] h-[90vh] flex flex-col p-0">
|
||||
<DialogHeader className="px-5 pt-5 pb-3 shrink-0 border-b border-border">
|
||||
<div className="flex items-center justify-between">
|
||||
<DialogTitle className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user