Monday, May 5, 2025
1 change · saas-17.4
Resolved issues and error corrections
Spreadsheet titles that are very long are now kept within the visible page area instead of stretching the layout. This makes the spreadsheet interface more reliable and easier to use when documents have lengthy names.
Original PR description
The SpreadsheetName component is designed to grow indefinitely with the length of its text content. However, this means that it'll end up breaking the page layout. This revisions revisits the component structurea and embedding to prevent it from growing larger than the visible viewport of the client. Task: 4760366