Browse Source

Improved comment.

Damian Konopka 6 years ago
parent
commit
f40b2e7448
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/ckeditor5-ui/theme/components/panel/balloonrotator.css

+ 3 - 1
packages/ckeditor5-ui/theme/components/panel/balloonrotator.css

@@ -9,7 +9,9 @@
 	justify-content: center;
 }
 
-/* Buttons inside a toolbar should be centered while rotator bar is wider (in one or two icons case). */
+/* Buttons inside a toolbar should be centered when rotator bar is wider.
+ * See: https://github.com/ckeditor/ckeditor5-ui/issues/495
+ */
 .ck .ck-balloon-rotator__content .ck-toolbar {
 	justify-content: center;
 }