I have a standard Django admin site. The description overlap the input widget. How can i fix that? Is this a bug in Django or my fault?

|
|
Try to edit and increase the white spaces. You can the relevant CSS files in
[UPDATE]: You can just enhance it for this page only using custom templates. {% extends "admin/change_form.html" %}
|
|||||||
|