fix: width of tooltip box is larger than text on the property panel (#35734)
This commit is contained in:
parent
4516129908
commit
f02b448ded
|
|
@ -975,7 +975,7 @@ const PropertyControl = memo((props: Props) => {
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<PropertyHelpLabel
|
<PropertyHelpLabel
|
||||||
className="w-full"
|
className="fit-content"
|
||||||
label={label}
|
label={label}
|
||||||
theme={props.theme}
|
theme={props.theme}
|
||||||
tooltip={helpText}
|
tooltip={helpText}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user