From 7618a70289a236f77d70b5e14bfa65761655abd4 Mon Sep 17 00:00:00 2001 From: Gerard Clos Date: Mon, 18 Nov 2024 22:14:23 +0100 Subject: [PATCH] chore(styles): add missing padding --- .../DocumentationModal/_components/SettingsTabs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/SettingsTabs.tsx b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/SettingsTabs.tsx index eaee01d41..fbc3f9379 100644 --- a/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/SettingsTabs.tsx +++ b/apps/web/src/app/(private)/projects/[projectId]/versions/[commitUuid]/documents/[documentUuid]/_components/DocumentationModal/_components/SettingsTabs.tsx @@ -37,7 +37,7 @@ export function SettingsTabs({ onChange={(tabId) => setActiveTab(tabId)} > {(activeTab) => ( - <> +
{activeTab === 'sdk' && ( )} - +
)} )