Skip to content

Commit

Permalink
fix: tooltip align, fixed seams
Browse files Browse the repository at this point in the history
fix: ant, locator.less

fix: align tooltips, seams

fix: update version

fix: align tooltips, seams

fix: align tooltips, seams, update version

fix: modified spaces in ant&locator.less

fix: tooltip align, fixed seams
  • Loading branch information
Alinochka07 committed Apr 23, 2024
1 parent 7e66d66 commit 15374c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 99 deletions.
98 changes: 1 addition & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/common/styles/ant.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@
display: -webkit-box;
-webkit-line-clamp: 15;
-webkit-box-orient: vertical;
}
}
2 changes: 1 addition & 1 deletion src/features/onboarding/components/OnboardingTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const OnboardingTooltip: FC<Props> = ({ children }) => {
return (
<>
{isOnboardingOpen ? (
<Tooltip placement="top" title="Available only after completing the onboarding">
<Tooltip placement="top" title="Available only after completing the onboarding" align={{ offset: [0, -20] }}>
{children}
</Tooltip>
) : (
Expand Down

0 comments on commit 15374c7

Please sign in to comment.