Преглед на файлове

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

Aleksander Nowodzinski преди 6 години
родител
ревизия
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>