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

Commit

Permalink
Added spacing to the rotator counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Konopka committed May 7, 2019
1 parent 2caaef8 commit 69e78b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/ckeditor5-ui/components/panel/balloonrotator.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
margin-top: var(--ck-spacing-small);
margin-bottom: var(--ck-spacing-small);
}

/* Gives counter more breath than buttons. */
& .ck-balloon-rotator__counter {
margin-right: var(--ck-spacing-standard);
margin-left: var(--ck-spacing-standard);
}
}

0 comments on commit 69e78b4

Please sign in to comment.