diff --git a/app/styles/app/main/log.sass b/app/styles/app/main/log.sass index f20172ab..bbf8d082 100644 --- a/app/styles/app/main/log.sass +++ b/app/styles/app/main/log.sass @@ -248,3 +248,6 @@ @media #{$medium-up} height: 70px line-height: 70px + +.log-container.hidden + display: none diff --git a/app/templates/components/log-content.hbs b/app/templates/components/log-content.hbs index dee27c71..4a21dd2d 100644 --- a/app/templates/components/log-content.hbs +++ b/app/templates/components/log-content.hbs @@ -25,8 +25,10 @@ {{/if}} {{#if job.notStarted}} -
This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log.
{{/if}} - {{/if}} +