Skip to content
Snippets Groups Projects
Commit 16044313 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[dome/forms] fix select field label offset

parent 2e02d3d6
No related branches found
No related tags found
No related merge requests found
......@@ -1249,6 +1249,7 @@ export function SelectField(props: SelectFieldProps) {
return (
<Field
{...props}
offset={5}
error={error}
htmlFor={id}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment