delayed_job_ui 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52800828fc2acf5f16e44a892f11d56fefe60603
4
- data.tar.gz: abf7e6325727ebe43f3ae00d8d8ada28a0220198
3
+ metadata.gz: 346ccd3bf0b8ebd6cd0b5fb8f4f9898dfe2a8b27
4
+ data.tar.gz: aadde554ac1c6580d61d6a9fea7679350fe60a05
5
5
  SHA512:
6
- metadata.gz: 01db123d7da075c6512cf01bdc03d2df434186fcb7a758b5010290d57ef7b7f14dd05870ccc357f18d3f143141c8e37ecff387bc6ab2f9dba3c184ec8b6f812b
7
- data.tar.gz: 02c0b2ed2e8c39eb9f133c546d306b8679ed410342d2e4b75d63a1308d86abb6aacb97bf62d7b61e5b6696435975e6f83bdfb08bb18ae46268194077a683c180
6
+ metadata.gz: 9695a00db0955c18ad060f5ff358631de1d99216627dbf6d9bd057ce44f5d2775cb119e714290bb09a02bc5a3afe71927971a41830cab6e09e19126b8b5d71bc
7
+ data.tar.gz: 0dc0eae5f6ad91134d7be444c6278f85627c1ab0cfbe4202bdec93183435c42bcb543f60381cb83eaf70194df3391f9b7c51718442dd5411cb3bc94bc5226213
@@ -58,6 +58,8 @@
58
58
  background: white;
59
59
  box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
60
60
  margin-bottom: 0;
61
+ max-height: 300px;
62
+ overflow: scroll;
61
63
 
62
64
  .content {
63
65
  margin-top: 20px;
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'delayed_job_ui'
3
- s.version = '0.0.3'
3
+ s.version = '0.0.4'
4
4
  s.date = '2014-09-18'
5
5
  s.summary = 'A UI wrapper for DelayedJob'
6
6
  s.description = s.summary
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delayed_job_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Woojin Kim