theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
690 stars 97 forks source link

Extra margin for help_text in stacked inline bug #243

Open gendalf-thug opened 5 months ago

gendalf-thug commented 5 months ago

On the wide screen in Django version 4.2.2, the help_text under the field is displayed with an extra margin in NestedStackedInline

The problem looked like this:

solve problem with help text in nested inline

After studying the styles and nesting of tags using development tools, I want to offer such a simple solution:

Снимок экрана 2024-01-15 в 17 43 21 solve problem with help text in nested inline