8
0
Quellcode durchsuchen

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

Aleksander Nowodzinski vor 6 Jahren
Ursprung
Commit
46ae06be88
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  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>