Opened 4 weeks ago
Last modified 2 weeks ago
#36556 closed Bug
When a TabularInline model has multiple fields, the page overflows. — at Version 3
Reported by: | Antoliny | Owned by: | Antoliny |
---|---|---|---|
Component: | contrib.admin | Version: | 5.2 |
Severity: | Normal | Keywords: | inline |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
Even when a TabularInline model has just three or more fields, the page overflows due to the width.
To prevent the page from overflowing, overflow
CSS is needed. If we add overflow
, it should be applied to the table so that when there are multiple fields, we can navigate through the elements inside the table via scrolling.
It seems this was likely considered during the design, but due to the nature of tables, overflow-x
does not apply. To fix this issue, the display should be changed to block
.
Change History (4)
comment:1 by , 4 weeks ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 4 weeks ago
Description: | modified (diff) |
---|
comment:3 by , 4 weeks ago
Description: | modified (diff) |
---|
by , 4 weeks ago
Attachment: | admin_tabular_inline_overflow.png added |
---|