fix(ui): render column type max 3 lines and ellipsis (#19046)

(cherry picked from commit ea5a246a44f53cee3d9f21a6c55caf691896a943)
This commit is contained in:
Chirag Madlani 2024-12-13 19:11:03 +05:30
parent 49b2030ea8
commit d387bf263b

View File

@ -420,7 +420,6 @@ const SchemaTable = ({
dataIndex: 'dataTypeDisplay',
key: 'dataTypeDisplay',
accessor: 'dataTypeDisplay',
ellipsis: true,
width: 150,
render: renderDataTypeDisplay,
},