Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb90fe3 commit 4140a71Copy full SHA for 4140a71
‎client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx
@@ -359,7 +359,7 @@ const TableTd = styled.td<{
359
color: ${(props) => props.$style.text};
360
font-weight: ${(props) => props.$style.textWeight};
361
font-family: ${(props) => props.$style.fontFamily};
362
-
+ overflow: hidden;
363
${(props) => props.$tableSize === 'small' && `
364
padding: 1px 8px;
365
font-size: ${props.$defaultThemeDetail.textSize == props.$style.textSize ? '14px !important' : props.$style.textSize + ' !important'};
0 commit comments