Skip to content

Commit

Permalink
fix: prose max widht
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 8, 2024
1 parent f254e14 commit 2bd5b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/modules/entry-content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const EntryContentRender: Component<{ entryId: string }> = ({
)
}
as="article"
className="prose dark:prose-invert prose-h1:text-[1.6em]"
className="prose !max-w-full dark:prose-invert prose-h1:text-[1.6em]"
style={
readerFontFamily ?
{
Expand Down

0 comments on commit 2bd5b45

Please sign in to comment.