Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy.

This commit is contained in:
TJ VanToll 2013-02-27 22:35:53 -05:00 committed by Scott González
parent 6f29577436
commit 8655d91ac6

View File

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