Skip to content

Commit 7230275

Browse files
authored
fix(style): string array cell renderer styling (#1525)
1 parent d2a7e7a commit 7230275

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

projects/components/src/table/cells/data-renderers/string-array/string-array-table-cell-renderer.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
@import 'color-palette';
33

44
.string-array-cell {
5+
@include ellipsis-overflow();
6+
@include body-1-regular($gray-7);
57
display: flex;
68
flex-direction: row;
79
align-items: center;
810

11+
&.first-column {
12+
@include body-1-medium($gray-9);
13+
}
14+
915
.first-item {
1016
@include ellipsis-overflow();
1117
padding-right: 8px;

0 commit comments

Comments
 (0)