|
|
@@ -98,7 +98,7 @@
|
|
|
}
|
|
|
|
|
|
/* Some spacing between the items and the separator before the grouped items dropdown. */
|
|
|
- &.ck-toolbar_grouping > .ck-toolbar__items {
|
|
|
+ &.ck-toolbar_grouping > .ck-toolbar__items:not(:only-child) {
|
|
|
margin-left: var(--ck-spacing-small);
|
|
|
}
|
|
|
}
|
|
|
@@ -120,7 +120,7 @@
|
|
|
}
|
|
|
|
|
|
/* Some spacing between the items and the separator before the grouped items dropdown. */
|
|
|
- &.ck-toolbar_grouping > .ck-toolbar__items {
|
|
|
+ &.ck-toolbar_grouping > .ck-toolbar__items:not(:only-child) {
|
|
|
margin-right: var(--ck-spacing-small);
|
|
|
}
|
|
|
}
|