removed fixed height

This commit is contained in:
Pramod Mahajan 2025-05-27 10:00:15 +05:30
parent 7b3a9568f3
commit 96008d0159

View File

@ -356,8 +356,7 @@ useEffect(() => {
<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) => (