Skip to content

Commit d2ef7d4

Browse files
fix source card width
1 parent b34bedb commit d2ef7d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/pages/RagChatTab/ChatOutput/Sources/SourceCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ const getTag = (source: SourceNode, index?: number) => {
7676
return (
7777
<Tag
7878
style={{
79-
width: index ? 24 : 180,
8079
borderRadius: 20,
8180
height: 24,
8281
cursor: "pointer",

0 commit comments

Comments
 (0)