Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Make counter margins equal to the navigation buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonopka authored and Reinmar committed Jun 5, 2019
1 parent 7b2d4ce commit 5a675f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion theme/ckeditor5-ui/components/panel/balloonrotator.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 5a675f8

Please sign in to comment.