From 13369cf278fb6bbcb4d9148eb58d05c529184701 Mon Sep 17 00:00:00 2001 From: Teal Larson Date: Thu, 5 Jan 2023 13:02:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9F=20=F0=9F=90=9B=20Remove=20unneeded?= =?UTF-8?q?=20scrollbar=20on=20Notification=20Settings=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/NotificationPage/components/WebHookForm.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }