removed fixed height from select label field

This commit is contained in:
Pramod Mahajan 2025-05-27 23:11:58 +05:30
parent f8c3a6e767
commit ed72f29f01

View File

@ -386,8 +386,8 @@ await submitContact({ ...cleaned, id: existingContact.id });
<label className="form-label ">Select Label</label>
<ul
className="d-flex flex-wrap px-1 list-unstyled overflow-auto mb-0"
style={{ maxHeight: "80px" }}
className="d-flex flex-wrap px-1 list-unstyled mb-0"
>
{bucketsLoaging && <p>Loading...</p>}
{buckets?.map((item) => (