This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/test by this push:
     new 4da158cf fix: quesiotn list add pointer class
4da158cf is described below

commit 4da158cf3669d0a793ba0ce240c45e16c44748dd
Author: shuai <[email protected]>
AuthorDate: Thu Feb 27 10:03:26 2025 +0800

    fix: quesiotn list add pointer class
---
 ui/src/components/QuestionList/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/components/QuestionList/index.tsx 
b/ui/src/components/QuestionList/index.tsx
index cf1de562..3ab9f45d 100644
--- a/ui/src/components/QuestionList/index.tsx
+++ b/ui/src/components/QuestionList/index.tsx
@@ -150,7 +150,7 @@ const QuestionList: FC<Props> = ({
                       pathFactory.questionLanding(li.id, li.url_title),
                     )
                   }
-                  className="py-3 px-2 border-start-0 border-end-0 
position-relative">
+                  className="py-3 px-2 border-start-0 border-end-0 
position-relative pointer">
                   <div className="d-flex flex-wrap text-secondary small mb-12">
                     <BaseUserCard
                       data={li.operator}

Reply via email to