removed fixed height from select label field
This commit is contained in:
parent
0695fb6737
commit
24ffb82616
@ -386,8 +386,8 @@ await submitContact({ ...cleaned, id: existingContact.id });
|
|||||||
<label className="form-label ">Select Label</label>
|
<label className="form-label ">Select Label</label>
|
||||||
|
|
||||||
<ul
|
<ul
|
||||||
className="d-flex flex-wrap px-1 list-unstyled overflow-auto mb-0"
|
className="d-flex flex-wrap px-1 list-unstyled mb-0"
|
||||||
style={{ maxHeight: "80px" }}
|
|
||||||
>
|
>
|
||||||
{bucketsLoaging && <p>Loading...</p>}
|
{bucketsLoaging && <p>Loading...</p>}
|
||||||
{buckets?.map((item) => (
|
{buckets?.map((item) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user