activeadmin_ckeditor5 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,17 @@
1
- body.active_admin [data-activeadmin-ckeditor='1'] {
1
+ body.active_admin .ck-editor {
2
2
  display: inline-block;
3
3
  width: calc(80% - 22px);
4
- }
4
+ .ck-content {
5
+ min-height: 400px;
6
+ .todo-list {
7
+ all: revert-layer;
8
+ list-style-type: none;
9
+ & > * {
10
+ all: revert-layer;
11
+ & > * {
12
+ all: revert-layer;
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
@@ -2,7 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module Ckeditor
5
- VERSION = "0.1.0"
6
- CKEDITOR = '0.1.1'
5
+ VERSION = "0.1.2"
7
6
  end
8
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_ckeditor5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MingXuanSu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-10 00:00:00.000000000 Z
11
+ date: 2023-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails activeadmin integrated CKEditor 5
14
14
  email: