Skip to content

Commit

Permalink
fix(upgrade): changelog container should w-full
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 8, 2024
1 parent c544dfc commit 1551bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/upgrade/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ export default AppNotificationContainer

const Changelog = () => (
<Paper>
<Markdown className="mt-8">{CHANGELOG_CONTENT}</Markdown>
<Markdown className="mt-8 w-full max-w-full">{CHANGELOG_CONTENT}</Markdown>
</Paper>
)

0 comments on commit 1551bf6

Please sign in to comment.