Browse Source

Docs: Added a comment to the fix.

Aleksander Nowodzinski 6 năm trước cách đây
mục cha
commit
6c4acc78ff

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

@@ -25,6 +25,7 @@
 		/* Items in a vertical toolbar span the entire width. */
 		padding: 0;
 
+		/* Specificity matters here. See https://github.com/ckeditor/ckeditor5-theme-lark/issues/168. */
 		& > .ck {
 			/* Items in a vertical toolbar should span the horizontal space. */
 			width: 100%;