added margin bottom for selectField

This commit is contained in:
pramod.mahajan 2025-12-06 11:30:32 +05:30
parent 1f64cf65f9
commit 19c8975e8f

View File

@ -55,7 +55,7 @@ const SelectField = ({
};
return (
<div className="position-relative" ref={dropdownRef}>
<div className="position-relative mb-3" ref={dropdownRef}>
{label && (
<Label className="form-label" required={required}>
{label}