We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2e7d6 commit 1710b8eCopy full SHA for 1710b8e
1 file changed
components/thread-sidebar/right-sidebar.tsx
@@ -225,7 +225,7 @@ function ThreadItem({
225
</div>
226
<RenderJSONtoHTML
227
content={JSON.parse(thread.content)}
228
- className="text-sm wrap-break-word prose dark:prose-invert max-w-none marker:text-primary"
+ className="text-sm wrap-break-word prose dark:prose-invert leading-relaxed w-full marker:text-primary"
229
/>
230
231
{thread.imageUrl && (
@@ -355,7 +355,7 @@ export function RightSidebar({
355
356
357
content={JSON.parse(data.parent.content)}
358
+ className="text-sm wrap-break-word prose leading-relaxed dark:prose-invert max-w-[32ch] marker:text-primary"
359
360
361
{data.parent.imageUrl && (
0 commit comments