Changes between Initial Version and Version 2 of Ticket #36556


Ignore:
Timestamp:
Aug 15, 2025, 5:38:05 AM (4 weeks ago)
Author:
Antoliny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36556

    • Property Owner set to Antoliny
    • Property Status newassigned
  • Ticket #36556 – Description

    initial v2  
    11Even when a TabularInline model has just three or more fields, the page overflows due to the width.
    22
    3 [[Image(Screenshot 2025-08-15 at 7.26.13 PM.png)]]
     3[[Image(tabular_inline_overflow.png)]]
    44
    55To 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.
Back to Top