administrate-field-trix 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc16b8e44853ab0cc5472f03aa67e5836cdefd3893fed6bb2012e2a2f47c0b34
4
- data.tar.gz: ba216a4cc6c9a25c4e90a7997131dca5f9f83c4a391ffa9c04c3998d4e23c4f3
3
+ metadata.gz: 329765d01fb101fda7fd3fa42c9eb97ec50e3276c018ddc227ec8cff80da5d55
4
+ data.tar.gz: 6d6f1728936c410933de2786833f0000e8e8c82aec8ef7eac7a3ba06ccd11f0a
5
5
  SHA512:
6
- metadata.gz: '085d652df1eb3af129407a20743d4fd12c84e059443e042b6bca2360ce49d7ef2dffda854bdddd1b9c42c76b1868dcda8d91741cc94e9aee71d15fe5d5b81520'
7
- data.tar.gz: 6fe94d0df8c60eb07148da3211a5d897df8fc0e670b24436e0341bb33d3fff4e3f8b08e41b9aa0bae88d9b69e8d88fc5c478faeca5471d398d7f31c89ed3c737
6
+ metadata.gz: 85140cc4a856152034938049539a3f197d12736d6019ce740dc03fab8e31bac975326f04ac3200d114c8f5346d238e72fb136c18ca1e0219fd74916739500eb0
7
+ data.tar.gz: 67ea25c60f713bfb88de3d1df1737d4b9e85de537bca756b2f911be7ff10b0ca6ac075c948bc1b52c26e05ccf7bb1a6bd88eaeea5ac8d2e42a8202e481a32991
@@ -2,7 +2,7 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'administrate-field-trix'
5
- gem.version = '0.0.2'
5
+ gem.version = '0.0.3'
6
6
  gem.authors = ['Ian Walter', 'Noah Settersten']
7
7
  gem.email = ['public@iankwalter.com']
8
8
  gem.homepage = 'https://github.com/appjumpstart/administrate-field-trix'
@@ -1,5 +1,21 @@
1
1
  @import 'trix';
2
2
 
3
+ .trix-content ul li, .trix-content ol li, .trix-content li li {
4
+ margin-left: 2em;
5
+ }
6
+
7
+ ul li, ol li, li li {
8
+ margin-left: 2em;
9
+ }
10
+
11
+ ul {
12
+ list-style-type: disc;
13
+ }
14
+
15
+ ol {
16
+ list-style-type: decimal;
17
+ }
18
+
3
19
  .field-unit--trix .field-unit__field {
4
20
  width: 83%;
5
21
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-trix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Walter