diff --git a/theme/ckeditor5-ui/components/panel/balloonrotator.css b/theme/ckeditor5-ui/components/panel/balloonrotator.css index 44761a4..a3018b9 100644 --- a/theme/ckeditor5-ui/components/panel/balloonrotator.css +++ b/theme/ckeditor5-ui/components/panel/balloonrotator.css @@ -18,7 +18,9 @@ /* Gives counter more breath than buttons. */ & .ck-balloon-rotator__counter { margin-right: var(--ck-spacing-standard); - margin-left: var(--ck-spacing-standard); + + /* We need to use smaller margin because of previous button's right margin. */ + margin-left: var(--ck-spacing-small); } }