mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy.
This commit is contained in:
parent
6f29577436
commit
8655d91ac6
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user