diff --git a/airbyte-webapp/src/pages/SettingsPage/pages/NotificationPage/components/WebHookForm.module.scss b/airbyte-webapp/src/pages/SettingsPage/pages/NotificationPage/components/WebHookForm.module.scss index ee7ed998a5c5..74eda04ccc89 100644 --- a/airbyte-webapp/src/pages/SettingsPage/pages/NotificationPage/components/WebHookForm.module.scss +++ b/airbyte-webapp/src/pages/SettingsPage/pages/NotificationPage/components/WebHookForm.module.scss @@ -157,7 +157,7 @@ } .tooltip { - transform: translate(0, -#{variables.$spacing-md}); + transform: translate(-#{variables.$spacing-xs}, -#{variables.$spacing-md}); white-space: nowrap; }