We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d114147 commit 4da158cCopy full SHA for 4da158c
1 file changed
ui/src/components/QuestionList/index.tsx
@@ -150,7 +150,7 @@ const QuestionList: FC<Props> = ({
150
pathFactory.questionLanding(li.id, li.url_title),
151
)
152
}
153
- 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">
154
<div className="d-flex flex-wrap text-secondary small mb-12">
155
<BaseUserCard
156
data={li.operator}
0 commit comments