diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-02-27 22:35:53 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-02-28 13:36:15 -0500 |
commit | 8655d91ac68538c37da4d94ecc287df8c90a96ae (patch) | |
tree | 624dcefe2a9df3499a4f7c2eae7a259a31989771 /demos | |
parent | 6f2957743659387f66c9b8953bba9fac5617a440 (diff) | |
download | jquery-ui-8655d91ac68538c37da4d94ecc287df8c90a96ae.tar.gz jquery-ui-8655d91ac68538c37da4d94ecc287df8c90a96ae.zip |
Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/sortable/portlets.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html index 24582f502..5a3f2b662 100644 --- a/demos/sortable/portlets.html +++ b/demos/sortable/portlets.html @@ -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; } |