fixed form with on mobile
This commit is contained in:
@@ -42,7 +42,7 @@ export const BillEditForm:FC<BillEditFormProps> = ({ locationID, bill }) => {
|
||||
}
|
||||
|
||||
return(
|
||||
<div className="card card-compact card-bordered min-w-96 bg-base-100 shadow-s">
|
||||
<div className="card card-compact card-bordered min-w-[20em] max-w-[90em] bg-base-100 shadow-s">
|
||||
<div className="card-body">
|
||||
<form action={ dispatch }>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user