Skip to content

Commit

Permalink
Merge pull request sidekiq#1392 from meltingice/1375_retry_page
Browse files Browse the repository at this point in the history
Wrap retry page worker arguments
  • Loading branch information
mperham committed Dec 12, 2013
2 parents 8f2ae2b + b41f8fe commit 02f23cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions web/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,9 @@ img.smallogo {
background: rgba(255, 255, 255, 0.2);
border-radius: 3px;
}
.code-wrap {
white-space: normal;
}
.args {
overflow-y: auto;
max-height: 100px;
Expand Down
2 changes: 1 addition & 1 deletion web/views/_job_info.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<tr>
<th><%= t('Arguments') %></th>
<td>
<code>
<code class="code-wrap">
<!-- We don't want to truncate any job arguments when viewing a single job's status page -->
<div class="args-extended"><%= display_args(job['args'], nil) %></div>
</code>
Expand Down

0 comments on commit 02f23cf

Please sign in to comment.