mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
fix: content aligning breaks at IE11 (#1684)
This commit is contained in:
parent
f37269aaad
commit
bd72aacfe8
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ blockquote {
|
|||
|
||||
/* Main Container */
|
||||
.mainContainer {
|
||||
flex: 1 1 auto;
|
||||
flex: 1 1 0%;
|
||||
max-width: 100%;
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue