We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb0b16b + 211e066 commit 06f8df6Copy full SHA for 06f8df6
src/Common/SortableTableHeaderCell/SortableTableHeaderCell.tsx
@@ -65,7 +65,7 @@ const SortableTableHeaderCell = ({
65
onClick={isSortable ? triggerSorting : noop}
66
disabled={disabled}
67
>
68
- <span className="dc__uppercase dc__ellipsis-right">{title}</span>
+ <span className="dc__uppercase dc__truncate">{title}</span>
69
{renderSortIcon()}
70
</button>
71
)
0 commit comments