Skip to content
Snippets Groups Projects
Unverified Commit 9433e7c4 authored by gabriellsh's avatar gabriellsh Committed by GitHub
Browse files

regression(ui-client): Toolbox action button badge in the wrong position (#29412)

parent 7db2fc5b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ const ToolBoxAction = forwardRef<HTMLButtonElement, any>(function ToolBoxAction(
key={id}
icon={icon}
tiny
position='relative'
overflow='visible'
{...(tooltip ? { 'data-tooltip': tooltip, 'title': '' } : { title })}
{...props}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment