fix(web): normalize model detail tabs layout (#4938)

This commit is contained in:
yyhhyyyyyy
2026-05-19 16:14:08 +08:00
committed by GitHub
parent ee9736bbc8
commit 04b4483d7d
5 changed files with 7 additions and 7 deletions
@@ -69,7 +69,7 @@ export function ProfileSettingsCard({
icon={<Settings className='h-4 w-4' />}
>
<Tabs value={activeTab} onValueChange={setActiveTab}>
<TabsList className='grid h-10 w-full grid-cols-2 items-stretch gap-1 rounded-xl p-1'>
<TabsList className='grid group-data-horizontal/tabs:h-10 w-full grid-cols-2 items-stretch gap-1 rounded-xl p-1'>
<TabsTrigger
value='bindings'
className='h-full gap-2 rounded-lg px-3 py-0 leading-none'