fix: instance type width

This commit is contained in:
jialin
2026-05-27 12:14:15 +08:00
committed by jialin
parent e3d6d08916
commit e343ec0a1e
@@ -239,6 +239,7 @@ const useInstancesColumns = ({
ellipsis: {
showTitle: false
},
width: 220,
render: (_text: string, record: ListItem) => (
<div style={{ width: 'max-content' }}>
<AutoTooltip ghost>{renderInstanceType(record)}</AutoTooltip>