Django Admin TabularInLine bad table shown

I have a Django Admin List-Change module with a TabularInline, where the table head is shown correctly, but every row is wrong, as if it were a StackedInline. Django-admin-interface is installed, with bootstrap. why is the row width compressed? And why the head row has the first column without label?

enter image description here

The html page on browser seems ok:

enter image description here

Back to Top