mirror of
https://github.com/documenso/documenso.git
synced 2026-07-07 11:35:01 +10:00
a7f6fb8d7e
Prevent the documents page filter bar (status tabs, sender filter, period selector, search) from wrapping onto multiple lines or scrolling horizontally at desktop widths. - Force a single row at the xl breakpoint where the full filter set fits within the container - Narrow the sender filter (200px -> 160px) and period selector (192px -> 160px) - Stretch the search input to fill the remaining row width, flush with the content edge - Keep the existing wrapping behaviour below xl for smaller viewports - Add a className passthrough to DocumentsTableSenderFilter for the width override