Skip to content

Commit 56f0ef5

Browse files
authored
Merge pull request #1160 from cultuurnet/feature/III-6961-column-formatting
III-6961: format the first column as labels
2 parents 61325c7 + ec31c39 commit 56f0ef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/events/[eventId]/preview/Preview.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ const Preview = () => {
343343
columns={columns}
344344
data={tableData}
345345
css={`
346+
tbody tr td:nth-child(1) {
347+
font-weight: 600;
348+
}
346349
td strong,
347350
td b {
348351
font-weight: 700 !important;

0 commit comments

Comments
 (0)