Skip to content

Commit f912e0f

Browse files
committed
fix: design nanofixes
1 parent 3466018 commit f912e0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/EntityStatus/EntityStatus.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,14 @@ export function EntityStatus({
116116
<Popover
117117
className={b('info-popover')}
118118
content={infoPopoverContent}
119+
tooltipOffset={[-4, 4]}
119120
placement={['top-start', 'bottom-start']}
120121
onOpenChange={(visible) => setInfoIconHovered(visible)}
121122
>
122123
<Button view="normal" size="xs">
123124
<Icon
124125
data={CircleInfo}
126+
size="12"
125127
className={b('info-icon', {
126128
visible:
127129
clipboardButtonAlwaysVisible || infoIconHovered,

0 commit comments

Comments
 (0)