Skip to content

Commit 4140a71

Browse files
committed
table expansion issue resolved
1 parent fb90fe3 commit 4140a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const TableTd = styled.td<{
359359
color: ${(props) => props.$style.text};
360360
font-weight: ${(props) => props.$style.textWeight};
361361
font-family: ${(props) => props.$style.fontFamily};
362-
362+
overflow: hidden;
363363
${(props) => props.$tableSize === 'small' && `
364364
padding: 1px 8px;
365365
font-size: ${props.$defaultThemeDetail.textSize == props.$style.textSize ? '14px !important' : props.$style.textSize + ' !important'};

0 commit comments

Comments
 (0)