fix: updated tooltip side for actions (#8495)
* Updated tooltip side * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
a913adc39f
commit
b42126fc62
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export const CustomControlButton = ({
|
|||
disabled={disabled}
|
||||
title={testId?.replace(/_/g, " ")}
|
||||
>
|
||||
<ShadTooltip content={tooltipText} side="left">
|
||||
<ShadTooltip content={tooltipText} side="right">
|
||||
<div className={cn("rounded p-2.5", backgroundClasses)}>
|
||||
<IconComponent
|
||||
name={iconName}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue