Skip to content

Commit

Permalink
Fixed breaking tags on questions
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdy-1 committed May 17, 2024
1 parent a85906c commit ada7007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts/tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Tag = forwardRef(
const [backgroundColor, textColor] = useColorGenerator(name);

const tagClassName = cn(
'px-4 rounded-xl py-1 text-[12px] cursor-pointer mr-1',
'px-4 inline-block mb-2 rounded-xl py-1 text-[12px] cursor-pointer mr-1',
className,
);

Expand Down

0 comments on commit ada7007

Please sign in to comment.