diff --git a/projects/components/src/table/cells/data-renderers/string-array/string-array-table-cell-renderer.component.scss b/projects/components/src/table/cells/data-renderers/string-array/string-array-table-cell-renderer.component.scss index f80b3d83f..1d7308e9c 100644 --- a/projects/components/src/table/cells/data-renderers/string-array/string-array-table-cell-renderer.component.scss +++ b/projects/components/src/table/cells/data-renderers/string-array/string-array-table-cell-renderer.component.scss @@ -2,10 +2,16 @@ @import 'color-palette'; .string-array-cell { + @include ellipsis-overflow(); + @include body-1-regular($gray-7); display: flex; flex-direction: row; align-items: center; + &.first-column { + @include body-1-medium($gray-9); + } + .first-item { @include ellipsis-overflow(); padding-right: 8px;