Skip to content

Commit

Permalink
💄 style(node): Protocol Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
web-ppanel committed Dec 11, 2024
1 parent 90e6764 commit 2bcb925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/app/dashboard/server/node-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 2bcb925

Please sign in to comment.