Skip to content

Commit

Permalink
[JENKINS-33110] Every log section have a maximum height (which forces…
Browse files Browse the repository at this point in the history
… scroll)
  • Loading branch information
amuniz committed Apr 1, 2016
1 parent f5a7cdb commit 6a4c148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/main/js/view/templates/stage-logs.less
Expand Up @@ -19,6 +19,7 @@
}

.log-details {
max-height: 400px;
overflow: auto;
display: none;
color:rgba(0,0,0,.67);
Expand Down

0 comments on commit 6a4c148

Please sign in to comment.