activeadmin_ckeditor5 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,16 @@ body.active_admin .ck-editor {
2
2
  display: inline-block;
3
3
  width: calc(80% - 22px);
4
4
  .ck-content {
5
- min-height: 600px
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
+ }
6
16
  }
7
- }
17
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module Ckeditor
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
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.1
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-12 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: