Improving bonfire layout to remove the need for scrolling and allow the input and output elements to grow dynamically with user input

This commit is contained in:
Nathan Leniz
2015-01-21 18:10:21 -05:00
parent c422f9474b
commit bf1d8cd81a
3 changed files with 3 additions and 1 deletions

View File

@@ -530,6 +530,7 @@ form.code span {
font-family: "Ubuntu Mono";
padding-bottom: 0px;
margin-bottom: 0px;
height: auto;
}
#mainEditorPanel .panel-body {