Changes between Initial Version and Version 2 of Ticket #36283


Ignore:
Timestamp:
Mar 31, 2025, 3:59:38 PM (6 months ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36283

    • Property Severity NormalRelease blocker
  • Ticket #36283 – Description

    initial v2  
    11When both filter sidebar and navigation sidebar are visible and table needs a horizontal sidebar, width of elements are not calculated properly. For example:
     2
    23- Django 5.1
     4
     5[[Image(Django_51.png, width=85em)]]
    36
    47- Django 5.2
    58
    69
     10[[Image(Django_52.png, width=85em)]]
    711
    812Regression 747b417a220b0412ed806001a383959449aac6da. I think we should revert this commit.
Back to Top