SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 762851fb authored by George Katsikas's avatar George Katsikas :goat:
Browse files

remove margin on inline acad-specialty-form

parent 6be03b43
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ class AcadFieldSpecialtyForm(forms.Form):
self.helper = FormHelper(self)
self.helper.layout = Layout(
Div(
FloatingField("specialty_slug"),
FloatingField("acad_field_slug"),
FloatingField("specialty_slug", wrapper_class='mb-0'),
FloatingField("acad_field_slug", wrapper_class='mb-0'),
css_class="d-flex flex-row gap-2",
)
)
......
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