Skip to content

Commit

Permalink
Update editor.less (#3)
Browse files Browse the repository at this point in the history
Fix editor and result overflow
  • Loading branch information
eXponenta authored and englercj committed Feb 3, 2019
1 parent d9e7070 commit 9267471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/less/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
position: relative;
float: left;
width: 50%;
height: 100%;
height: calc(100% - @topbar-height);
border-right:1px solid #999;
}

#results-wrapper {
position: relative;
float: left;
width: 50%;
height: 100%;
height: calc(100% - @topbar-height);
background-color:#fff;
background-image:
-moz-linear-gradient(45deg, #ddd 25%, transparent 25%),
Expand Down

0 comments on commit 9267471

Please sign in to comment.