Skip to content

Commit

Permalink
set form/text view dimensions to be the same as the graph view
Browse files Browse the repository at this point in the history
  • Loading branch information
d2fong committed Feb 13, 2018
1 parent 4558416 commit 3c19d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/multi-form-editor/multi-form-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
}

.form-view-panel {
height: 100%;
height: 85vh;
width: 100%;
}

.text-entry-view-panel {
height: 100%;
height: 85vh;
width: 100%;
}

Expand Down

0 comments on commit 3c19d59

Please sign in to comment.