react-jsonschema-form
react-jsonschema-form copied to clipboard
fix(bootstrap-4): double margin above select widget help text
Reasons for making this change
The SelectWidget
has a double margin above the help text. Have added mb-0
like on the TextWidget
.
@abemedia This PR has conflicts, is missing updates to the test snapshots and, I'm also interested in seeing a screenshot of the before and after
@abemedia This most likely was fixed when the Form.Group
was moved to the FieldTemplate
in v5. If this is still an issue, please provide a new fix.