Skip to content

Commit 05572e6

Browse files
authored
docs: fix the overflow issue in mobile screens (#132)
1 parent ce78bac commit 05572e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/components/LayoutDocs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export const LayoutDocs = props => {
124124
<style jsx>{`
125125
.docs {
126126
min-width: calc(100% - 300px - 1rem - 200px);
127+
word-wrap: break-word;
127128
}
128129
`}</style>
129130
</>

0 commit comments

Comments
 (0)