fixed width for date input

This commit is contained in:
2025-05-28 12:21:32 +02:00
parent 69a0872029
commit 521a0d6937

View File

@@ -336,7 +336,7 @@ const AddShoppingEventModal: React.FC<AddShoppingEventModalProps> = ({
))} ))}
</select> </select>
</div> </div>
<div className="md:w-48"> <div className="w-full md:w-48">
<label className="block text-sm font-medium text-gray-700 mb-2"> <label className="block text-sm font-medium text-gray-700 mb-2">
Date Date
</label> </label>