Skip to content

Commit 8655d91

Browse files
tjvantollscottgonzalez
authored andcommitted
Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy.
1 parent 6f29577 commit 8655d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/sortable/portlets.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<script src="../../ui/jquery.ui.sortable.js"></script>
1212
<link rel="stylesheet" href="../demos.css">
1313
<style>
14+
body { min-width: 520px; }
1415
.column { width: 170px; float: left; padding-bottom: 100px; }
1516
.portlet { margin: 0 1em 1em 0; }
1617
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }

0 commit comments

Comments
 (0)