fix: width of tooltip box is larger than text on the property panel (#35734)

This commit is contained in:
pewpewXD 2024-09-03 12:28:06 +05:30 committed by GitHub
parent 4516129908
commit f02b448ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -975,7 +975,7 @@ const PropertyControl = memo((props: Props) => {
}
>
<PropertyHelpLabel
className="w-full"
className="fit-content"
label={label}
theme={props.theme}
tooltip={helpText}