Skip to content

Commit

Permalink
Merge pull request #7066 from BigFunger/add-data-pipeline-output-height
Browse files Browse the repository at this point in the history
[add data] fixed minimum height for the pipeline output when maximized
  • Loading branch information
BigFunger committed Apr 27, 2016
2 parents df5672b + b2a9a88 commit 35be343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline-output {
}

pre {
min-height: 300px;
min-height: 450px;
flex: 1 1 1px;
}
}

0 comments on commit 35be343

Please sign in to comment.