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 3466018 commit f912e0fCopy full SHA for f912e0f
src/components/EntityStatus/EntityStatus.tsx
@@ -116,12 +116,14 @@ export function EntityStatus({
116
<Popover
117
className={b('info-popover')}
118
content={infoPopoverContent}
119
+ tooltipOffset={[-4, 4]}
120
placement={['top-start', 'bottom-start']}
121
onOpenChange={(visible) => setInfoIconHovered(visible)}
122
>
123
<Button view="normal" size="xs">
124
<Icon
125
data={CircleInfo}
126
+ size="12"
127
className={b('info-icon', {
128
visible:
129
clipboardButtonAlwaysVisible || infoIconHovered,
0 commit comments