Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2db963f

Browse files
Sean Hoseanho96
andauthored
fix: expanded height of tags when title is one line long (#2113)
Co-authored-by: Sean Ho <[email protected]>
1 parent 0af367e commit 2db963f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/academy/_recent-featured-posts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ const RecentFeaturedPosts = ({ recent_data, featured_data }) => {
134134
<SmallArticleTopContent>
135135
<Flex
136136
jc="start"
137+
height="unset"
137138
laptopM={{ flexDirection: 'start' }}
138139
>
139140
{article.tags &&
@@ -244,6 +245,7 @@ const RecentFeaturedPosts = ({ recent_data, featured_data }) => {
244245
<SmallArticleTopContent>
245246
<Flex
246247
jc="start"
248+
height="unset"
247249
laptopM={{ flexDirection: 'start' }}
248250
>
249251
{article.tags &&

0 commit comments

Comments
 (0)