When a TabularInline model has multiple fields, the page overflows.
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
(10)
Owner: |
set to Antoliny
|
Status: |
new → assigned
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
PR