Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
forced a line break in the "snap to" nav text
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
demos/draggable/index.html
|
@@ -13,7 +13,7 @@ <h4>Examples</h4> |
|
|
<li><a href="events.html">Events</a></li> |
|
|
<li><a href="constrain-movement.html">Constrain movement</a></li> |
|
|
<li><a href="delay-start.html">Delay start</a></li> |
|
|
<li><a href="snap-to.html">Snap to element or grid</a></li> |
|
|
<li><a href="snap-to.html">Snap to element or grid</a></li> |
|
|
<li><a href="scroll.html">Auto-scroll</a></li> |
|
|
<li><a href="revert.html">Revert position</a></li> |
|
|
<li><a href="visual-feedback.html">Visual feedback</a></li> |
|
|