Explorar o código

Center toolbar items inside rotator.

Damian Konopka %!s(int64=6) %!d(string=hai) anos
pai
achega
b893174a5a

+ 5 - 0
packages/ckeditor5-ui/theme/components/panel/balloonrotator.css

@@ -8,3 +8,8 @@
 	align-items: center;
 	justify-content: center;
 }
+
+/* Buttons inside a toolbar should be centered while rotator bar is wider (in one or two icons case). */
+.ck .ck-balloon-rotator__content .ck-toolbar {
+	justify-content: center;
+}