Skip to content

Commit 54b893c

Browse files
committed
fix: tailwind css
1 parent 0a0834a commit 54b893c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/kusa/contributions/by-repo/comments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const Comments = ({ comments }: { comments: Summary['comments'] }) => {
100100
const title = withIssue(c) ? c.issue.title : withPr(c) ? c.pull_request.title : 'Commented';
101101

102102
return (
103-
<li key={htmlUrl} className="flwx-wrap flex odd:bg-gray-100">
103+
<li key={htmlUrl} className="flex flex-wrap odd:bg-gray-100">
104104
<span className="ml-3">
105105
<CommentIcon size={20} />
106106
{iso8601DateTimeExtract(updatedAt)}

0 commit comments

Comments
 (0)