fix: instance name text overflow
This commit is contained in:
@@ -102,7 +102,7 @@ const ActionsCell: React.FC<ActionsCellProps> = ({
|
||||
) => {
|
||||
api.open({
|
||||
duration: data.duration,
|
||||
message: renderMessage(data.filename),
|
||||
title: renderMessage(data.filename),
|
||||
key: data.filename,
|
||||
closeIcon: (
|
||||
<span>{intl.formatMessage({ id: 'common.button.cancel' })}</span>
|
||||
|
||||
@@ -115,7 +115,7 @@ const NameCell: React.FC<NameCellProps> = ({
|
||||
styles
|
||||
}) => {
|
||||
return (
|
||||
<span className="flex-center instance-name">
|
||||
<span className="instance-name flex-center" style={{ gap: 4 }}>
|
||||
<AutoTooltip title={record.name} ghost>
|
||||
<span className="m-r-5" style={styles?.label}>
|
||||
{record.name}
|
||||
|
||||
Reference in New Issue
Block a user