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 9ff3632 commit c3f1c2dCopy full SHA for c3f1c2d
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