diff -r 74bbf705a5ca -r c3a6266ebe0a cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Mon Oct 17 22:21:07 2016 +0530 +++ b/cms/app-client/app/styles/app.scss Mon Oct 17 22:40:26 2016 +0530 @@ -11,6 +11,7 @@ $light-white: #fbfbfb; $content-height: 540px; +$content-width: 1110px; body { background-color: $medium-white; @@ -31,7 +32,8 @@ #corpus-app { border: 1px solid; - width: 1108px; + width: $content-width; + box-sizing: border-box; overflow: hidden; display: block; margin-left: auto; @@ -95,6 +97,8 @@ .corpus-window { overflow: hidden; position: relative; + width: 100%; + height: $content-height; } #tabs-chrono,