We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaaeef commit 7fdab84Copy full SHA for 7fdab84
src/Common/RJSF/templates/ButtonTemplates/AddButton.tsx
@@ -38,7 +38,7 @@ export const AddButton = ({
38
title="Add"
39
>
40
<PlusIcon className="icon-dim-16 fcb-5" />
41
- <Tooltip showOnTruncate placement="right" content={content}>
+ <Tooltip placement="right" content={content}>
42
<span className="cb-5 fs-13 lh-34 dc__truncate">{content}</span>
43
</Tooltip>
44
</button>
0 commit comments