pg_rails 7.6.45 → 7.6.46

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: b524111b45e87b104a8c0f6b72556dd1517c4e647178461750e183419a23146c
4
- data.tar.gz: 0c6dd6725ed14b94e5717cc6a2281aa00b763460570c637f6053f470f5a8eb18
3
+ metadata.gz: 983b0ac59ee7841a5c1a686e35ef35d2e838b012baceecfd1c42cba5e46ff6bf
4
+ data.tar.gz: a39c0e76e39a29df881f56528e92b02e0f3ea6273eb37ea7e21d7825158dcfe2
5
5
  SHA512:
6
- metadata.gz: 46084cbce13b300ab53a7e9f742ac80a802a7410dd4759c3a2600fbc714747da28ce95d3659167e18ee2c76313fa300e5f4ee29f23f39f8d39caa376a05bd4dd
7
- data.tar.gz: 72e0c9c7a81a1ce708a46987f8dfc0a042056bc22e61ee800781f65151caaa80c565ef65f1b209154d95eb35ec2454b3bc62a446b9b9c6c9f33bfba974df17d4
6
+ metadata.gz: b63d7df8af9c3cdb15c041679855fd2040a3db1b5669a7d57017e63111580aedb6c75fffad3c46f008b3a4fb6575ad6753273c599eecb793bdc1a89ad6cbc77b
7
+ data.tar.gz: 62d566279fbe3a8aa05dffed007a35b078aeb3215900f8a3e6f8efb015df302c6ea43c321e9ccfbf1ec0218e77e7e8493f072d17b58e35cbcb29a4677fef271e
@@ -121,14 +121,12 @@ input[type=datetime-local], input[type=datetime] {
121
121
  .filter label {
122
122
  font-size: 0.8em;
123
123
  font-weight: bold;
124
- max-width: 5em;
125
124
  text-align: right;
126
125
  line-height: 1.2em;
127
126
  vertical-align: middle;
128
127
  opacity: 0.5;
129
128
  min-width: 1em!important;
130
129
  padding-left: 0.5em;
131
- width: min-content;
132
130
  }
133
131
 
134
132
  // Popover
@@ -2,6 +2,6 @@
2
2
 
3
3
  # :nocov:
4
4
  module PgRails
5
- VERSION = '7.6.45'
5
+ VERSION = '7.6.46'
6
6
  end
7
7
  # :nocov:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.6.45
4
+ version: 7.6.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martín Rosso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-13 00:00:00.000000000 Z
11
+ date: 2026-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails