Skip to content

Commit c5ffe4b

Browse files
fix table column styling for status and markdown types
1 parent 2d525d2 commit c5ffe4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ const TableTd = styled.td<{
388388
`};
389389
`};
390390
391-
> div > .ant-badge > .ant-badge-status-text,
392-
> div > div > .markdown-body {
391+
> .ant-badge > .ant-badge-status-text,
392+
> div > .markdown-body {
393393
color: ${(props) => props.$style.text};
394394
}
395395

0 commit comments

Comments
 (0)