Skip to content

Commit

Permalink
Resolve issue #985 (content overflowing container)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Hui Jing committed Jul 21, 2019
1 parent 2a1eb36 commit 4bfdeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ blockquote {

/* Main Container */
.mainContainer {
flex: 1 1 auto;
flex: 1 1 0%;
max-width: 100%;
padding: 40px 0;
}
Expand Down

0 comments on commit 4bfdeea

Please sign in to comment.