8
0
Просмотр исходного кода

Moved block button inside editor content.

dkonopka 6 лет назад
Родитель
Сommit
44a0ddf140
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      packages/ckeditor5-heading/docs/_snippets/features/title.html

+ 5 - 0
packages/ckeditor5-heading/docs/_snippets/features/title.html

@@ -16,6 +16,11 @@
 		border-color: hsl(0, 0%, 77%);
 	}
 
+	/* Let's move pilcrow icon inside the editor space. */
+	.ck.ck-block-toolbar-button {
+		transform: translateX( 40px );
+	}
+
 	#snippet-title {
 		min-height: 300px;
 		max-width: 450px;