Skip to content

Commit 4da158c

Browse files
author
shuai
committed
fix: quesiotn list add pointer class
1 parent d114147 commit 4da158c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/QuestionList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const QuestionList: FC<Props> = ({
150150
pathFactory.questionLanding(li.id, li.url_title),
151151
)
152152
}
153-
className="py-3 px-2 border-start-0 border-end-0 position-relative">
153+
className="py-3 px-2 border-start-0 border-end-0 position-relative pointer">
154154
<div className="d-flex flex-wrap text-secondary small mb-12">
155155
<BaseUserCard
156156
data={li.operator}

0 commit comments

Comments
 (0)