Skip to content

Commit

Permalink
fix(nx-dev): adjust tab cmp spacing (#16027)
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr authored Apr 2, 2023
1 parent 6ba60a0 commit 059447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-markdoc/src/lib/tags/tabs.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function Tabs({

return (
<TabContext.Provider value={currentTab}>
<section className="mb-8 py-4">
<section>
<div className="not-prose ">
<div className="border-b border-slate-100 dark:border-slate-800">
<nav className="-mb-px flex space-x-8" aria-label="Tabs">
Expand Down

1 comment on commit 059447b

@vercel
Copy link

@vercel vercel bot commented on 059447b Apr 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.