We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511d57c commit 119f701Copy full SHA for 119f701
client/packages/lowcoder/src/comps/comps/tableComp/column/tableColumnComp.tsx
@@ -356,7 +356,7 @@ export class ColumnComp extends ColumnInitComp {
356
preInputNode: <StyledBorderRadiusIcon as={IconRadius} title="" />,
357
placeholder: '3px',
358
})}
359
- {this.children.textSize.propertyView({
+ {columnType !== 'markdown' && this.children.textSize.propertyView({
360
label: trans('style.textSize'),
361
preInputNode: <StyledTextSizeIcon as={TextSizeIcon} title="" />,
362
placeholder: '14px',
0 commit comments