Skip to content

Commit 6635fe0

Browse files
committed
UI: Adjust section width to 70% on Conversation Analysis Page
1 parent d76959b commit 6635fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/app/core/ConversationAnalysisPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function ConversationAnalysisPage() {
6161

6262
return (
6363
<CoreBase requiresLogin={true}>
64-
<section className="lg:w-[60%] w-full mx-auto p-5">
64+
<section className="lg:w-[70%] w-full mx-auto p-5">
6565
<h1 className="text-3xl font-bold mb-4">{conversation.name}</h1>
6666
<h2 className="text-2xl font-bold mb-8">Conversation Analysis</h2>
6767
<div className="mb-4">

0 commit comments

Comments
 (0)