]> source.dussan.org Git - jquery-ui.git/commitdiff
Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet...
authorTJ VanToll <tj.vantoll@gmail.com>
Thu, 28 Feb 2013 03:35:53 +0000 (22:35 -0500)
committerScott González <scott.gonzalez@gmail.com>
Thu, 28 Feb 2013 18:36:15 +0000 (13:36 -0500)
demos/sortable/portlets.html

index 24582f5023bf55388547e4a68f50916504899851..5a3f2b662a2ba3389d8a2cca7a8ae96ef078a955 100644 (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; }