Describe the bug
Sorting icon resizes to very small width and is not accessible when column names have spaces
To Reproduce
Include a column with few words whitespaces and include more number of columns so that table has horizontal scroller
- Add min 5 columns and ensure resultsettable has horizontal scroller.
- If number of characters of a column name increases , its width increases horizontally.
- If a column names has characters with few spaces in between like(like 3-4 words separated by spaces), each space wraps a new line and resized the table header for that column.
- Because of this, sorting icon seems to be resized and decreases its width below usable value.
Expected behaviour
Sorting icon should be accessible irrespective of column name value.
Screenshots
Additional context
Resultset table of more than 10 columns are used in my business app, which includes horizontal scroller.
Add labels
DxcResultsetTable, Accessibility