Skip to content

Commit abb1178

Browse files
committed
fix: optimize ChatRowContent layout and styles
1 parent 7cd89ed commit abb1178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -904,9 +904,9 @@ export const ChatRowContent = ({
904904
)
905905
case "user_feedback":
906906
return (
907-
<div className="bg-vscode-editor-background border rounded-xs p-1 overflow-hidden whitespace-pre-wrap word-break-break-word overflow-wrap-anywhere">
908-
<div className="flex justify-between gap-2">
909-
<div className="flex-grow px-2 py-1">
907+
<div className="bg-vscode-editor-background border rounded-xs p-1 overflow-hidden whitespace-pre-wrap">
908+
<div className="flex justify-between">
909+
<div className="flex-grow px-2 py-1 w-fit wrap-anywhere">
910910
<Mention text={message.text} withShadow />
911911
</div>
912912
<Button

0 commit comments

Comments
 (0)