@ckeditor/ckeditor5-theme-lark 45.0.0-alpha.0 → 45.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-theme-lark",
3
- "version": "45.0.0-alpha.0",
3
+ "version": "45.0.0-alpha.1",
4
4
  "description": "A bright theme for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -9,7 +9,7 @@
9
9
  "ckeditor5-theme"
10
10
  ],
11
11
  "dependencies": {
12
- "@ckeditor/ckeditor5-ui": "45.0.0-alpha.0"
12
+ "@ckeditor/ckeditor5-ui": "45.0.0-alpha.1"
13
13
  },
14
14
  "author": "CKSource (http://cksource.com/)",
15
15
  "license": "SEE LICENSE IN LICENSE.md",
@@ -5,6 +5,14 @@
5
5
 
6
6
  @import "@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css";
7
7
 
8
+ .ck.ck-bookmark-balloon {
9
+ & .ck.ck-toolbar {
10
+ & > .ck-toolbar__items {
11
+ flex-wrap: nowrap;
12
+ }
13
+ }
14
+ }
15
+
8
16
  .ck.ck-bookmark-toolbar__preview {
9
17
  padding: 0 var(--ck-spacing-medium);
10
18
  max-width: var(--ck-input-width);
@@ -9,6 +9,12 @@
9
9
  --ck-link-bookmark-icon-size: calc( var(--ck-icon-size) * 0.7); /* 0.7 = 14/20 cause default the icon size is 20px */
10
10
  }
11
11
 
12
+ .ck.ck-toolbar.ck-link-toolbar {
13
+ & > .ck-toolbar__items {
14
+ flex-wrap: nowrap;
15
+ }
16
+ }
17
+
12
18
  a.ck.ck-button.ck-link-toolbar__preview {
13
19
  padding: 0 var(--ck-spacing-medium);
14
20
  color: var(--ck-color-link-default);
@@ -16,6 +16,8 @@
16
16
  & .table.layout-table {
17
17
  & > table {
18
18
  width: 100%;
19
+ height: 100%;
20
+
19
21
  /* Styles to make the layout table outline visible when the layout table is inside another layout table inside edge cells.
20
22
  Currently, this solution works on every browser except Safari. */
21
23
  overflow: clip;