Skip to content

Commit eec42cd

Browse files
authored
fix: polish tags tab header spacing (#451)
| Before | After | | ------- | ------- | | <img width="1832" height="672" alt="CleanShot 2026-06-23 at 16 42 00@2x" src="https://github.com/user-attachments/assets/1b47e5dc-7021-4a44-a4ce-f2e07722d084" /> | <img width="1828" height="516" alt="CleanShot 2026-06-23 at 16 41 53@2x" src="https://github.com/user-attachments/assets/7874a11c-f6a5-4412-8d47-7b3a041c2f4a" /> |
1 parent 63673ea commit eec42cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/dashboard/templates/tags/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function TagsHeader({
4545
)
4646

4747
return (
48-
<div className="flex flex-col gap-3">
48+
<div className="flex flex-col gap-6">
4949
<div className="flex items-center gap-2 justify-between">
5050
<div className="w-full max-w-70">
5151
<label
@@ -97,7 +97,7 @@ export default function TagsHeader({
9797
rel="noopener"
9898
className="underline-offset-2 underline hover:text-fg transition-colors"
9999
>
100-
Read more
100+
Read&nbsp;more
101101
</a>
102102
.
103103
</p>

0 commit comments

Comments
 (0)