fix padding and hover highlight in tabs (#243)

This commit is contained in:
Song
2025-07-20 00:19:48 +08:00
committed by GitHub
parent d6057aa1ec
commit adca071574
3 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ export function openWorkspaceSettings(tab?: WorkspaceSettingsTab) {
id: 'workspace-settings',
title: 'Workspace Settings',
size: 'md',
className: 'h-[calc(100vh-5rem)] max-h-[40rem]',
className: 'h-[calc(100vh-5rem)] !max-h-[40rem]',
noPadding: true,
render: ({ hide }) => (
<WorkspaceSettingsDialog workspaceId={workspaceId} hide={hide} tab={tab} />