Skip to content

Commit f8bf03e

Browse files
Update README.md
1 parent 8926c06 commit f8bf03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Ex:
227227
### Gotchas
228228
- Drag operation with empty list:
229229
230-
To be able to drag items on an empty draggable component, set a min-height more than 0 on the `draggable` component or the `transition-group` if any and ensure the transition group has display: block; otherwise height won't work.
230+
To be able to drag items on an empty draggable component, set a min-height greater than 0 on the `draggable` component or the `transition-group` if any and ensure the transition group has display: block; otherwise height won't work.
231231
232232
### Fiddle
233233

0 commit comments

Comments
 (0)