cm-admin 3.0.11 → 3.0.12

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: ff19f67d38436ec27a855939e767014dd4f5141ab77bab65a008214335bbc173
4
- data.tar.gz: '085404b4f42517231f0afdf48ea0616a3333eb4a1492d82234bbdaebeb75c8fa'
3
+ metadata.gz: 2776649e59b87800b550a1c304f940c7f5c7626a330c53d1e95d587417eae21a
4
+ data.tar.gz: 81fcfb10d035409745ea869663a467f250acaeedbe643d19b5ff3311f2fce20a
5
5
  SHA512:
6
- metadata.gz: 7a11b38ef299303693933134bea4bdbe55136f49890839e2628ef7fb9c7a4615913b492560a8bb5b2d09642aa914138604ae78349c19cabdf0dcd6cffd08ad25
7
- data.tar.gz: 5cd4341e3125c9627bfb0dab6ad8a42acbbaeb91e27324c48bdccca80e0c30039b20178fffb689e549d482c4f5a977a9ccf2a2906c13e0c15f2508ff822758bd
6
+ metadata.gz: bae0c0cd1b56896490b49e75622aec53a1de5c936b7359baa9e76abef6810b26883f52a9836122c285add842ff0b7979d892213da59ffaacbc0fa3129bc8c33c
7
+ data.tar.gz: 48a4374dd389b105010c6b34808c164639ab50adc63d3f3a33a845e753c9f58b5f859978803e8b7549e57066d723102f7d448062f5bb46837f898dec1a0c66d9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cm-admin (3.0.11)
4
+ cm-admin (3.0.12)
5
5
  caxlsx_rails
6
6
  cocoon (~> 1.2.15)
7
7
  csv-importer (~> 0.8.2)
@@ -141,9 +141,12 @@
141
141
  margin-left: 16px;
142
142
  }
143
143
 
144
+ .dropdown-toggle {
145
+ align-items: center;
146
+ }
147
+
144
148
  // Bulk Actions Dropdown
145
149
  .bulk-action-item {
146
-
147
150
  form {
148
151
  width: 100%;
149
152
  }
@@ -163,7 +166,6 @@
163
166
  @extend .d-flex, .align-items-center, .gap-2;
164
167
 
165
168
  &:hover {
166
- color: inherit;
167
169
  text-decoration: none;
168
170
  }
169
171
  }
@@ -171,5 +173,6 @@
171
173
  a {
172
174
  display: flex;
173
175
  gap: 8px;
176
+ align-items: center;
174
177
  }
175
- }
178
+ }
@@ -1,3 +1,3 @@
1
1
  module CmAdmin
2
- VERSION = '3.0.11'
2
+ VERSION = '3.0.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cm-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.11
4
+ version: 3.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: exe
16
16
  cert_chain: []
17
- date: 2024-10-30 00:00:00.000000000 Z
17
+ date: 2024-11-05 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: caxlsx_rails