I use Django 1.5.1 out of the box in a virtual environment in my Mac. I just created an app with two models, so the one can be used as inline in the form of the other. While reducing the width of my browser I notice that the table inside the inline, does not keep the same width with the other elements in the page. See pictures.
The big picture: http://i.imgur.com/XxugMJJ.png
Detail: http://i.imgur.com/SbqL6Jp.png
I have used a brand new installation with only the necessary to make admin run.
Is this the expected behavior?
I use Django 1.5.1 out of the box in a virtual environment in my Mac. I just created an app with two models, so the one can be used as inline in the form of the other. While reducing the width of my browser I notice that the table inside the inline, does not keep the same width with the other elements in the page. See pictures.