We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0834a commit 54b893cCopy full SHA for 54b893c
src/components/kusa/contributions/by-repo/comments.tsx
@@ -100,7 +100,7 @@ const Comments = ({ comments }: { comments: Summary['comments'] }) => {
100
const title = withIssue(c) ? c.issue.title : withPr(c) ? c.pull_request.title : 'Commented';
101
102
return (
103
- <li key={htmlUrl} className="flwx-wrap flex odd:bg-gray-100">
+ <li key={htmlUrl} className="flex flex-wrap odd:bg-gray-100">
104
<span className="ml-3">
105
<CommentIcon size={20} />
106
{iso8601DateTimeExtract(updatedAt)}
0 commit comments