voidable-hotwire 0.3.1 → 0.3.2

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
  SHA256:
3
- metadata.gz: d5a4766c0b64231a9d6b0bcdfcd943f64e1d3f2a8b8eceb7ab550704acd7169b
4
- data.tar.gz: 51fa558391c3c034640af34d035f08d7d89a731652f30d6aa43b6f37c7447022
3
+ metadata.gz: 917e81dd9ab63c3f13e8a4226e81fff90b8a04acfbda37d3b894a5b7832a1d96
4
+ data.tar.gz: e23eb1c641b73a8f7521d9162cee645e72f55a6505ce40f03acaf53fb3103030
5
5
  SHA512:
6
- metadata.gz: c1fcea45b2247b430afe6a357d9f456542b7a612cf67a00658531255e4f832a4f03400fe280d3e8f4cb8fb457d455434415e701d706c11c390515a2b9b6fecee
7
- data.tar.gz: 655a1af6fbfc051dd6c2bdea28ffcc9dffd53fdbc5d5be4f5d85dda04f03b99cd258ec51e8544a1926cf04a0ed26c2a23e5320464a59e0a58d5d9eba69b4a3e8
6
+ metadata.gz: f284f5e70fe5c1597bb4684bdfb504c8c56484e1e1e6387ade3651df5f014e5fc808dc840109b69613b1a8fc2a1867d9deaed784bcc4c0a3433caa4e1f206d0a
7
+ data.tar.gz: 310d7e1c6289ae689e50d5253a09ad8b19dad6364b9521cd7c2dd3bdb80d6b68a9743d55a83291076b19eff385b5def7ef375dd3b2d1d6e06693262b4738a3fc
@@ -327,6 +327,7 @@ a { color: inherit; text-decoration: none; }
327
327
  flex: 1;
328
328
  display: flex;
329
329
  flex-direction: column;
330
+ overflow-x: hidden;
330
331
  overflow-y: auto;
331
332
  padding: var(--void-space-6);
332
333
  }
@@ -1,5 +1,5 @@
1
1
  module Voidable
2
2
  module Hotwire
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voidable-hotwire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaz Walker