From 1dd81e97154d79b108f94dc1fc1b8f0d9f1c83b4 Mon Sep 17 00:00:00 2001 From: Shaurya Sharma <79473274+shaurya-sharma064@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:06:41 +0530 Subject: [PATCH] fix/tabs-equal-width (#10459) --- frontend/src/Editor/Components/Tabs.jsx | 2 +- frontend/src/_styles/theme.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/Tabs.jsx b/frontend/src/Editor/Components/Tabs.jsx index c29b454533..716cb9b66e 100644 --- a/frontend/src/Editor/Components/Tabs.jsx +++ b/frontend/src/Editor/Components/Tabs.jsx @@ -143,7 +143,7 @@ export const Tabs = function Tabs({ return (
diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 844f87b2fc..1d4fbf40d3 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -13328,3 +13328,8 @@ div.ds-svg-container svg { } } + .tabs-component{ + .tab-pane{ + top: initial !important; + } + } \ No newline at end of file