mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-08 08:32:53 +01:00
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:
@@ -83,7 +83,6 @@ div.categories {
|
||||
}
|
||||
|
||||
.children-placeholder{
|
||||
border: 1px dashed #ddd;
|
||||
min-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
@@ -26,4 +26,5 @@
|
||||
</div>
|
||||
</li>
|
||||
<!-- END categories -->
|
||||
<li class="children-placeholder"></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user