Ver código fonte

Fix: Vertical toolbar items should have no border radius. Closes #168.

Aleksander Nowodzinski 6 anos atrás
pai
commit
0c4977c22b

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/toolbar/toolbar.css

@@ -25,7 +25,7 @@
 		/* Items in a vertical toolbar span the entire width. */
 		padding: 0;
 
-		& > * {
+		& > .ck {
 			/* Items in a vertical toolbar should span the horizontal space. */
 			width: 100%;