lalala 4.0.0.dev.284 → 4.0.0.dev.285

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: b4f3a5d1a4796cad776c0233c5c5240527d95ac7
4
- data.tar.gz: ad34a1c15ca8c26c85a0a0ad96c72ae1db453970
3
+ metadata.gz: 6b8fe6d02ffe7370072321e00b8e721a98892aed
4
+ data.tar.gz: 04257150acf04b2e2b27202da99f089152419607
5
5
  SHA512:
6
- metadata.gz: a32301a9e9d57a7ffbd007b95c08040992cfc93bb2d7db481e4a13a7890bb2981ab45cbf3bf4bbe3a2d503f26ea755af3e81f248095ff35d669c953b4ea5217f
7
- data.tar.gz: ce098aeaa7a34e49ba5e49d3cc3af51b2dbba649833fe57f9521eaf1f57a5a055e4d285314db540270d88f696e78a3feb5fcc4a22cf2795d9865a0a302c3cf93
6
+ metadata.gz: 5184b7974d86c3d7721488d15830bc1a742748a2b3ccba9750043f8f2655cfe3d5fddd41c65c080462b442e83978e70c3c7b6a735368e6a63e65e98115caecb6
7
+ data.tar.gz: dacf070077c91548ca7c6414c6096cd359b231c54edf9e1d8ab66c5cbf4d9b1c65c71ea8e2b691fe497c313e71b78e761400530870ac1832183e9f0c712d50c5
@@ -198,7 +198,7 @@
198
198
  .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
199
199
  margin: 1px 0;
200
200
  padding: 5px;
201
- height: 15px;
201
+ height: 30px;
202
202
  outline: 0;
203
203
  border: 0 !important;
204
204
  background: transparent !important;
@@ -1,6 +1,6 @@
1
1
  module Lalala
2
2
  VERSION = "4.0.0"
3
- BUILD = "284"
3
+ BUILD = "285"
4
4
 
5
5
  if BUILD != ("{{BUILD_NUMBER" + "}}") # prevent sed replacement (see script/ci)
6
6
  BUILD_VERSION = "#{VERSION}.dev.#{BUILD}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lalala
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.dev.284
4
+ version: 4.0.0.dev.285
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke