Fix create, delete and drop orphan tags

This commit is contained in:
Matias De lellis
2019-11-12 10:00:55 -03:00
parent 9bf99436bc
commit c69f21f524
5 changed files with 48 additions and 15 deletions

View File

@@ -240,6 +240,10 @@ div[contenteditable="true"] {
display: block !important;
}
.select2-results .select2-selected {
display: none !important;
}
.select2-container {
min-width: 200px;
}