Skip to content

Commit

Permalink
feat(nx-dev): adjust related section title padding (#20803)
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr authored Dec 15, 2023
1 parent 9d63b03 commit 4aea1fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const iconMap: { [key: string]: JSX.Element } = {
function CategoryBox({ category }: { category: RelatedDocumentsCategory }) {
return (
<div className="rounded-lg border border-slate-200 bg-white/60 p-5 dark:border-slate-800/40 dark:bg-slate-800/60">
<h4 className="flex items-center mt-0 mb-2 text-xl font-bold">
<h4 className="flex items-center mt-0 pb-2 text-xl font-bold">
{iconMap[category.id] ?? iconMap.default}
{category.name}
</h4>
Expand Down

1 comment on commit 4aea1fa

@vercel
Copy link

@vercel vercel bot commented on 4aea1fa Dec 15, 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-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.