You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was fixed by using the useFlexLayout prop from react-table which renders headers and cells as inline-blockdivs where width is used as the flex-basis and flex-grow.
Currently, if the text for an ItemTableFilter is larger than its parent it overflows outside of the filter itself.
Steps to reproduce the behavior:
Got to ItemTable
Open an item in the table
See the error
The expected behavior is to have the text-overflow be an ellipsis (ex. Last update...).
Current behavior:

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: