-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Reports table is currently having issues when texts displayed are long. The table is breaking the text down and displaying one word in more than one line which is not desired.
We need to avoid this behavior displaying only one line per row. If the text is too long we should display the whole text only when the user puts the mouse over the word that looks incomplete. Check how t-sheets deals with this to have a better idea