added margin bottom for selectField
This commit is contained in:
parent
1f64cf65f9
commit
19c8975e8f
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user