Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-table): text cut due to column overflow (#10193)
If the table has a fixed size and the text in its columns cannot wrap, the content will be cut off due to overflow when the total width of the columns exceeds the table's width. ![image](https://github.com/user-attachments/assets/d3a52eba-b944-4f07-ade6-e79b73903665) This issue, caused by an incorrect size of the busy indicator, has been resolved with the current update. Related to: #10168
- Loading branch information