Skip to content

Commit

Permalink
Merge remote-tracking branch 'contributor-fork/fix/width-of-tooltip-o…
Browse files Browse the repository at this point in the history
…n-property-panel' into external-contri/fix/width-of-tooltip-on-property-panel
  • Loading branch information
rahulbarwal committed Sep 2, 2024
2 parents e501413 + 560082a commit 442b111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ const PropertyControl = memo((props: Props) => {
}
>
<PropertyHelpLabel
className="w-full"
className="fit-content"
label={label}
theme={props.theme}
tooltip={helpText}
Expand Down

0 comments on commit 442b111

Please sign in to comment.