Skip to content

Commit efdf6cd

Browse files
committed
Sortable demos: connect lists - added some bottom padding to each container. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element
1 parent 8406d97 commit efdf6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/sortable/connect-lists.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="../../ui/jquery.ui.sortable.js"></script>
1212
<link rel="stylesheet" href="../demos.css">
1313
<style>
14-
#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; }
14+
#sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0 0 2.5em; float: left; margin-right: 10px; }
1515
#sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; }
1616
</style>
1717
<script>

0 commit comments

Comments
 (0)