mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #1389 from msmithstubbs/master
Only show Retry Args vertical scrollbar if needed.
This commit is contained in:
commit
96261872fd
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ img.smallogo {
|
|||
border-radius: 3px;
|
||||
}
|
||||
.args {
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
max-height: 100px;
|
||||
}
|
||||
.args-extended {
|
||||
|
|
Loading…
Reference in a new issue