mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 10:43:56 +00:00
Crop long types
This commit is contained in:
@@ -325,7 +325,7 @@ export default function Table(props) {
|
||||
) : (
|
||||
<div className="flex gap-1 items-center">
|
||||
{fieldData.primary && <IconKeyStroked />}
|
||||
<span>{fieldData.type}</span>
|
||||
<span>{fieldData.type.substr(0, 12)}</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user