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 c544dfc commit 1551bf6Copy full SHA for 1551bf6
apps/renderer/src/modules/upgrade/container.tsx
@@ -105,6 +105,6 @@ export default AppNotificationContainer
105
106
const Changelog = () => (
107
<Paper>
108
- <Markdown className="mt-8">{CHANGELOG_CONTENT}</Markdown>
+ <Markdown className="mt-8 w-full max-w-full">{CHANGELOG_CONTENT}</Markdown>
109
</Paper>
110
)
0 commit comments