Add an option to create parent item from identifier (#1901)

This commit is contained in:
fletcherhaz 2020-11-20 14:17:48 -07:00 committed by GitHub
parent f393a233e9
commit 86b77cc45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 429 additions and 54 deletions

View file

@ -0,0 +1,4 @@
.create-parent-container {
// This matches the margin on the buttons in the dialog box, which are platform dependent
padding: 0 5px;
}