Skip to content

Commit b0641ff

Browse files
committed
fix: word break
close #1117
1 parent f726921 commit b0641ff

File tree

1 file changed

+1
-1
lines changed
  • apps/renderer/src/modules/entry-content

1 file changed

+1
-1
lines changed

apps/renderer/src/modules/entry-content/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const EntryContentRender: Component<{
248248
<EntryTitle entryId={entryId} compact={compact} />
249249

250250
<WrappedElementProvider boundingDetection>
251-
<div className="mx-auto mb-32 mt-8 max-w-full cursor-auto select-text break-all text-[0.94rem]">
251+
<div className="mx-auto mb-32 mt-8 max-w-full cursor-auto select-text text-[0.94rem]">
252252
<TitleMetaHandler entryId={entry.entries.id} />
253253
{(summary.isLoading || summary.data) && (
254254
<div className="my-8 space-y-1 rounded-lg border px-4 py-3">

0 commit comments

Comments
 (0)