Explorar el Código

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

Aleksander Nowodzinski hace 6 años
padre
commit
46ae06be88
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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>