administrate-field-trix 0.0.1 → 0.0.2

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: 96a0071f5862ea0d2409959ac5d57706307110a68a3ac9a2b0ebaed667eff6b6
4
- data.tar.gz: fc14bb69645e5663235515ced95ec39acea42d3fb3aebcff2df4bac6c84e57d0
3
+ metadata.gz: fc16b8e44853ab0cc5472f03aa67e5836cdefd3893fed6bb2012e2a2f47c0b34
4
+ data.tar.gz: ba216a4cc6c9a25c4e90a7997131dca5f9f83c4a391ffa9c04c3998d4e23c4f3
5
5
  SHA512:
6
- metadata.gz: 99e8c5bb7de6c81f90f4d875e2ba32582b52710e38309a47a0347784afdb252c30eedd49cdaa8c83bffa9f41d3e6ba1a7d14ed69bc4f9984d69d7827f4d26f3d
7
- data.tar.gz: 89168d231cd848aa6bc271504ad2d8f4fe7fea1ec545fcb58740c85d48f2531605ce9dd8fb865233c8404d854388e1770d253059e1dcb06eb05162d8133bdc3b
6
+ metadata.gz: '085d652df1eb3af129407a20743d4fd12c84e059443e042b6bca2360ce49d7ef2dffda854bdddd1b9c42c76b1868dcda8d91741cc94e9aee71d15fe5d5b81520'
7
+ data.tar.gz: 6fe94d0df8c60eb07148da3211a5d897df8fc0e670b24436e0341bb33d3fff4e3f8b08e41b9aa0bae88d9b69e8d88fc5c478faeca5471d398d7f31c89ed3c737
@@ -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.1'
5
+ gem.version = '0.0.2'
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,17 +1,9 @@
1
1
  @import 'trix';
2
2
 
3
- .trix-content ul li, .trix-content ol li, .trix-content li li {
4
- margin-left: 2em;
3
+ .field-unit--trix .field-unit__field {
4
+ width: 83%;
5
5
  }
6
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;
7
+ .trix-content {
8
+ min-height: 22rem;
17
9
  }
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Walter