activeadmin_ckeditor5 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,46 @@ 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
+ list-style-type: none;
8
+ & > * {
9
+ all: revert-layer;
10
+ & > * {
11
+ all: revert-layer;
12
+ }
13
+ }
14
+ }
15
+ ul, ol {
16
+ all: revert-layer;
17
+ padding-left: 2em;
18
+ li {
19
+ all: revert-layer;
20
+ }
21
+ }
6
22
  }
7
- }
23
+ }
24
+
25
+ /**
26
+ * @license Copyright (c) 2014-2023, CKSource Holding sp. z o.o. All rights reserved.
27
+ * This file is licensed under the terms of the MIT License (see LICENSE.md).
28
+ */
29
+
30
+
31
+ /* --------- EDITOR STYLES ---------------------------------------------------------------------------------------- */
32
+
33
+ .editor__editable,
34
+ /* Classic build. */
35
+ main .ck-editor[role='application'] .ck.ck-content,
36
+ /* Decoupled document build. */
37
+ .ck.editor__editable[role='textbox'],
38
+ .ck.ck-editor__editable[role='textbox'],
39
+ /* Inline & Balloon build. */
40
+ .ck.editor[role='textbox'] {
41
+ width: 100%;
42
+ background: #fff;
43
+ font-size: 1em;
44
+ line-height: 1.6em;
45
+ min-height: var(--ck-sample-editor-min-height);
46
+ padding: 1.5em 2em;
47
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module Ckeditor
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.3"
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.3
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: