sehmaschine / django-grappelli

A jazzy skin for the Django Admin-Interface (official repository).
http://www.grappelliproject.com
Other
3.77k stars 657 forks source link

Set auto width for grp-user-tools #1028

Closed vaanevre closed 1 year ago

vaanevre commented 1 year ago

If a overrided Django user has a very long full_name or, for example, a UUID identifier is used instead of full_name (you never know), then the block with a link to the user profile looks incorrect. I recently encountered such a problem in my project.

I think it would be a good idea to extend this "grp-user-tools" block with width:auto, if you don't mind.

Thanks.