Skip to content

Commit

Permalink
ISSD-4158 Correcting the table's CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Santos authored and brianchandotcom committed Apr 25, 2024
1 parent 52eadd7 commit 50a0616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Table = <T extends BasicRow>({
) : (
<span
className={classNames(
'table-cell-item',
'table-cell-items',
{
'text-ellipsis-lg':
column.size === 'lg',
Expand Down

0 comments on commit 50a0616

Please sign in to comment.