omji / django-tabbed-admin

Easily add tabs to django admin forms
BSD 3-Clause "New" or "Revised" License
63 stars 68 forks source link

Replace tabs nav with a select in responsive layout #24

Open fabiocaccamo opened 6 years ago

fabiocaccamo commented 6 years ago

Hi, I added it to an existing project where I have about 10 tabs, and when the admin become responsive, the tabs still work but the layout breaks on multi-lines.

Here there are 3 solutions:

What do you think about it?

PS. thank you for this great lib, it's very easy to configure and it works very well. I choosed it as my favorite admin tabs library and I added html/css support to django-admin-interface