We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f726921 commit b0641ffCopy full SHA for b0641ff
apps/renderer/src/modules/entry-content/index.tsx
@@ -248,7 +248,7 @@ export const EntryContentRender: Component<{
248
<EntryTitle entryId={entryId} compact={compact} />
249
250
<WrappedElementProvider boundingDetection>
251
- <div className="mx-auto mb-32 mt-8 max-w-full cursor-auto select-text break-all text-[0.94rem]">
+ <div className="mx-auto mb-32 mt-8 max-w-full cursor-auto select-text text-[0.94rem]">
252
<TitleMetaHandler entryId={entry.entries.id} />
253
{(summary.isLoading || summary.data) && (
254
<div className="my-8 space-y-1 rounded-lg border px-4 py-3">
0 commit comments