Changes between Version 2 and Version 3 of Ticket #36556


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36556 – Description

    v2 v3  
    11Even when a TabularInline model has just three or more fields, the page overflows due to the width.
    22
    3 [[Image(tabular_inline_overflow.png)]]
     3[[Image(admin_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