💄 style(node): Protocol Tab

This commit is contained in:
web@ppanel 2024-12-11 13:48:25 +07:00
parent 90e6764b62
commit 2bcb92546c

View File

@ -276,7 +276,7 @@ export default function NodeForm<T extends { [x: string]: any }>({
}
}}
>
<TabsList className='w-full'>
<TabsList className='h-full w-full flex-wrap md:flex-nowrap'>
{protocols.map((proto) => (
<TabsTrigger value={proto}>
{proto.charAt(0).toUpperCase() + proto.slice(1)}