mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
fix(ui): render column type max 3 lines and ellipsis (#19046)
(cherry picked from commit ea5a246a44f53cee3d9f21a6c55caf691896a943)
This commit is contained in:
parent
49b2030ea8
commit
d387bf263b
@ -420,7 +420,6 @@ const SchemaTable = ({
|
||||
dataIndex: 'dataTypeDisplay',
|
||||
key: 'dataTypeDisplay',
|
||||
accessor: 'dataTypeDisplay',
|
||||
ellipsis: true,
|
||||
width: 150,
|
||||
render: renderDataTypeDisplay,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user