8
0
dkonopka 7 лет назад
Родитель
Сommit
d931fd0495
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css

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

@@ -8,7 +8,7 @@
 
 
 .ck-list {
 .ck-list {
 	@mixin ck-rounded-corners;
 	@mixin ck-rounded-corners;
-	
+
 	list-style-type: none;
 	list-style-type: none;
 	background: var(--ck-color-list-background);
 	background: var(--ck-color-list-background);
 }
 }