Skip to content

Commit

Permalink
[Windows] Fixed a CSS bug that set incorrect table width and height t…
Browse files Browse the repository at this point in the history
…o the workspace table
  • Loading branch information
cheton committed May 2, 2017
1 parent d80c06e commit b3e7138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/containers/Workspace/index.styl
Expand Up @@ -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;
Expand Down

0 comments on commit b3e7138

Please sign in to comment.