Changes between Version 2 and Version 3 of Ticket #36556
- Timestamp:
- Aug 15, 2025, 5:39:01 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36556 – Description
v2 v3 1 1 Even when a TabularInline model has just three or more fields, the page overflows due to the width. 2 2 3 [[Image( tabular_inline_overflow.png)]]3 [[Image(admin_tabular_inline_overflow.png)]] 4 4 5 5 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.