typehero / typehero

Connect, collaborate, and grow with a community of TypeScript developers

Home Page:https://typehero.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: The <a> tag inside the <p> tag extends wider than the width of the <p> tag.

mdm317 opened this issue · comments

What happened?

The issue where the a tag inside the p tag extends wider than the width of the p tag occurs in the ExploreCard when I access /explore/medium.

Screenshot 2023-12-11 at 2 28 06 PM

Expected : I think the width of the a tag should not exceed the width of the p tag.

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Can I be assigned to this issue? I think it would be good to add the text-overflow: ellipsis property to the p tag.