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 057e7d6 commit f5d0335Copy full SHA for f5d0335
website/src/component/Preview/index.js
@@ -21,7 +21,8 @@ const Wrapper = styled.div`
21
22
const Markdown = styled(MarkdownPreview)`
23
padding: 50px 50px 120px 50px;
24
- max-width: 1024px;
+ /* max-width: 1024px; */
25
+ width: 1024px;
26
`;
27
28
const getBooleanValue = (param, field, defaultValue) => {
0 commit comments