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

Docs: Added some space around the multi–root editor toolbar.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
46ae06be88
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      docs/_snippets/examples/multi-root-editor.html

+ 7 - 0
docs/_snippets/examples/multi-root-editor.html

@@ -35,3 +35,10 @@
 		</div>
 	</div>
 </div>
+
+<style>
+	/* Give the toolbar some space so it does not look like it belongs to the header root only. */
+	#snippet-inline-editor #toolbar {
+		margin-bottom: 1em;
+	}
+</style>