mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-29 09:20:01 +02:00
centered score in feedbac panel (#3426)
This commit is contained in:
@ -135,7 +135,7 @@ export const DocumentFeedbackTable = ({
|
|||||||
/>
|
/>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<div className="ml-auto flex w-16">
|
<div className="relative">
|
||||||
<div
|
<div
|
||||||
key={document.document_id}
|
key={document.document_id}
|
||||||
className="h-10 ml-auto mr-8"
|
className="h-10 ml-auto mr-8"
|
||||||
|
Reference in New Issue
Block a user