Skip to content

Commit

Permalink
fix: force negative vertical margins on banner button
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Oct 24, 2024
1 parent fcf6410 commit e6e89e2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ export function CreateLinkedDocumentBannerContent(props: CreateLinkedDocumentBan
icon={InfoOutlineIcon}
mode="bleed"
onClick={toggleOpen}
tooltipProps={{
content: t('create-link-info.tooltip'),
}}
style={{marginBottom: '-1em', marginTop: '-1em'}}
tooltipProps={{content: t('create-link-info.tooltip')}}
/>
</Popover>
</Flex>
Expand Down

0 comments on commit e6e89e2

Please sign in to comment.