|
|
@@ -11,9 +11,6 @@
|
|
|
padding: var(--ck-spacing-small);
|
|
|
border: 1px solid var(--ck-color-toolbar-border);
|
|
|
|
|
|
- /* Allow wrapping toolbar items to the new line. */
|
|
|
- white-space: initial;
|
|
|
-
|
|
|
/* (#11) Separate toolbar items. */
|
|
|
& > * {
|
|
|
margin-right: var(--ck-spacing-small);
|
|
|
@@ -28,13 +25,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.ck-toolbar_floating {
|
|
|
- /* Disallow wrapping toolbar items to the new line when the toolbar is floating,
|
|
|
- resulting in an toolbar shapes when the horizontal space is limited.
|
|
|
- https://github.com/ckeditor/ckeditor5-theme-lark/issues/93 */
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
.ck-toolbar__separator {
|
|
|
width: 1px;
|
|
|
height: calc(1em + 2 * var(--ck-spacing-medium));
|