fixed width for date input
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user