Skip to content

Commit 3ee12fd

Browse files
author
rulishu
committed
Merge branch 'dev' of github.com:uiwjs/react-native-uiw into rls
2 parents 6b853e6 + f5d0335 commit 3ee12fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/component/Preview/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const Wrapper = styled.div`
2121

2222
const Markdown = styled(MarkdownPreview)`
2323
padding: 50px 50px 120px 50px;
24-
max-width: 1024px;
24+
/* max-width: 1024px; */
25+
width: 1024px;
2526
`;
2627

2728
const getBooleanValue = (param, field, defaultValue) => {

0 commit comments

Comments
 (0)