Increase tooltip max width in PropertiesView

This commit is contained in:
yangdx 2025-09-23 13:24:31 +08:00
parent 8093bfb5a3
commit fa2938cf33

View file

@ -244,7 +244,7 @@ const PropertyRow = ({
<span className="text-primary/60 tracking-wide whitespace-nowrap">{getPropertyNameTranslation(name)}</span>:
<Text
className="hover:bg-primary/20 rounded p-1 overflow-hidden text-ellipsis"
tooltipClassName="max-w-80 -translate-x-13"
tooltipClassName="max-w-96 -translate-x-13"
text={formattedValue}
tooltip={formattedTooltip}
side="left"