Merge pull request #4088 from pichalite/master

Bring back drag and drop functionality for making a category as a child for another category
This commit is contained in:
Barış Soner Uşaklı
2016-01-21 23:32:33 +02:00
2 changed files with 1 additions and 1 deletions

View File

@@ -83,7 +83,6 @@ div.categories {
}
.children-placeholder{
border: 1px dashed #ddd;
min-height: 20px;
height: 20px;
}

View File

@@ -26,4 +26,5 @@
</div>
</li>
<!-- END categories -->
<li class="children-placeholder"></li>
</ul>