Changes between Initial Version and Version 2 of Ticket #36556
- Timestamp:
- Aug 15, 2025, 5:38:05 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36556
- Property Owner set to
- Property Status new → assigned
-
Ticket #36556 – Description
initial v2 1 1 Even when a TabularInline model has just three or more fields, the page overflows due to the width. 2 2 3 [[Image( Screenshot 2025-08-15 at 7.26.13 PM.png)]]3 [[Image(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.