diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 4a0f89b1ba..da875f8833 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -481,6 +481,8 @@ p.label { } .main { + flex-grow: 1; + @include mq(lg) { max-width: calc(100% - #{$nav-width + $top-button-margin}); } @@ -492,8 +494,7 @@ p.label { // Adds TOC to right hand side in xl layout .main-content-wrap { - max-width: 100%; - min-width: 0; + width: 100%; } .toc-wrap {