Explorar o código

Mirrored the margin used to visually separate items in the toolbar.

Aleksander Nowodzinski %!s(int64=9) %!d(string=hai) anos
pai
achega
e234484fa9

+ 6 - 2
packages/ckeditor5-theme-lark/theme/components/toolbar.scss

@@ -25,7 +25,11 @@
 	}
 
 	// (#11) Separate toolbar items.
-	& > * + * {
-		margin-left: ck-spacing( 'small' );
+	& > * {
+		margin-right: ck-spacing( 'small' );
+	}
+
+	& > *:last-child {
+		margin-right: 0;
 	}
 }