From 48b8baa886b80b5cc8ce0f69ec31d313b8afdb6c Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 23 Jan 2026 14:56:21 +0000 Subject: [PATCH] fix: remove default mt-2 margin from TabsContent Removes the default mt-2 margin from TabsContent component to fix inconsistent tab content heights in spell viewers. All spell tab implementations explicitly use m-0, and this default margin was causing layout calculation issues when switching between tabs. Affected components: - ProfileViewer: spell tabs now render at consistent heights - EventDetailViewer: spell tabs now render at consistent heights - RelayViewer: spell tabs now render at consistent heights Other usages (SettingsViewer, SettingsDialog) explicitly use m-0 and are unaffected. LoginDialog tabs will have slightly tighter spacing but remain functional. --- src/components/ui/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/tabs.tsx b/src/components/ui/tabs.tsx index 859eea6..dd40857 100644 --- a/src/components/ui/tabs.tsx +++ b/src/components/ui/tabs.tsx @@ -42,7 +42,7 @@ const TabsContent = React.forwardRef<