diff --git a/resources/assets/stylesheets/scss/courseware/containers/default-container.scss b/resources/assets/stylesheets/scss/courseware/containers/default-container.scss
index 45aab3d274728418ce0b418684c0b4fe952e3b68..a959d86b95cf4e543680b22105c22e55be6509ac 100644
--- a/resources/assets/stylesheets/scss/courseware/containers/default-container.scss
+++ b/resources/assets/stylesheets/scss/courseware/containers/default-container.scss
@@ -6,8 +6,7 @@
         width: 100%;
     }
     &.cw-container-colspan-half {
-        max-width: calc(50% - 5px);
-        min-width: 500px;
+        max-width: 540px;
         width: 100%;
     }
     &.cw-container-colspan-half-center {
@@ -167,4 +166,4 @@ form.cw-container-dialog-edit-form {
             }
         }
     }
-}
+}
\ No newline at end of file