diff --git a/src/web/containers/Workspace/index.styl b/src/web/containers/Workspace/index.styl index 4c82c88ca..846fd710a 100644 --- a/src/web/containers/Workspace/index.styl +++ b/src/web/containers/Workspace/index.styl @@ -32,8 +32,7 @@ .workspace-table { display: table; - width: 'calc(100vw - %s)' % ($sidebar-width); - height: 'calc(100vh - %s)' % ($navbar-height); + width: 100%; } .workspace-table-row { display: table-row;