otto-torino / django-baton

A cool, modern and responsive django admin application based on bootstrap 5 that brings AI to the Django admin - https://baton.sqrt64.it/
MIT License
859 stars 92 forks source link

flex elements not rendering properly in admin #286

Closed eddyojb88 closed 3 months ago

eddyojb88 commented 4 months ago

Hi,

I tried plugging this package in to my admin dashboard. It seems that flex rows don't render properly. I followed the installation instructions. Any ideas?

Screenshot 2024-02-23 at 16 34 27
eddyojb88 commented 4 months ago

Ah, I think a found a problematic css:

.dashboard #content { width: 600px; }

unselecting this and the dashboard appears OK but the history elements on the right handside are also clipped. Seems like there are some css conflicts independent on of my code since I have no admin overrides.

abidibo commented 4 months ago

Hi @eddyojb88 ,

hard to say without seeing all the code. It never happened before. I don't see how the rule width:600px could cause that behavior. My guess is there is some sort of interference between css

abidibo commented 3 months ago

I'm closing this, feel free to reopen adding more info