Opened 2 months ago

Last modified 2 months 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 Antoliny)

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 Antoliny, 2 months ago

Owner: set to Antoliny
Status: newassigned

comment:2 by Antoliny, 2 months ago

Description: modified (diff)

comment:3 by Antoliny, 2 months ago

Description: modified (diff)

by Antoliny, 2 months ago

Note: See TracTickets for help on using tickets.
Back to Top