Skip to content

Commit be24d29

Browse files
authored
Merge pull request #2987 from RedisInsight/fe/bugfix/R]I-5354
#RI-5354 - fix tooltip anchor
2 parents f10d6d4 + 6345712 commit be24d29

File tree

1 file changed

+1
-0
lines changed
  • redisinsight/ui/src/components/database-side-panels/panels/enablement-area/EnablementArea/components/CodeButtonBlock

1 file changed

+1
-0
lines changed

redisinsight/ui/src/components/database-side-panels/panels/enablement-area/EnablementArea/components/CodeButtonBlock/CodeButtonBlock.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ const CodeButtonBlock = (props: Props) => {
137137
}}
138138
button={(
139139
<EuiToolTip
140+
anchorClassName={styles.popoverAnchor}
140141
content={isPopoverOpen ? undefined : 'Open Workbench in the left menu to see the command results.'}
141142
data-testid="run-btn-open-workbench-tooltip"
142143
>

0 commit comments

Comments
 (0)