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 593a746 commit 30c5aa1Copy full SHA for 30c5aa1
airbyte-webapp/src/components/ToolTip/ToolTip.module.scss
@@ -11,7 +11,7 @@
11
line-height: initial;
12
13
padding: variables.$spacing-md;
14
- margin: variables.$spacing-md;
+ margin: variables.$spacing-sm;
15
border-radius: 4px;
16
min-width: 100px;
17
max-width: 380px;
airbyte-webapp/src/components/ToolTip/ToolTip.tsx
@@ -17,7 +17,7 @@ interface ToolTipProps {
align?: ToolTipAlignment;
18
}
19
20
-const MOUSE_OUT_TIMEOUT_MS: Readonly<number> = 250;
+const MOUSE_OUT_TIMEOUT_MS: Readonly<number> = 50;
21
22
const TETHER_ATTACHMENT_BY_ALIGNMENT: Readonly<Record<ToolTipAlignment, string>> = {
23
top: "bottom center",
0 commit comments