We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1015e2 commit 7d0c6a0Copy full SHA for 7d0c6a0
README.md
@@ -522,12 +522,15 @@ The distance (in pixels) the mouse must be from an empty sortable while dragging
522
Demo: https://jsbin.com/becavoj/edit?js,output
523
524
An alternative to this option would be to set a padding on your list when it is empty.
525
+
526
For example:
-`ul:empty {
527
+```css
528
+ul:empty {
529
padding-bottom: 20px;
-}`
530
+}
531
+```
532
-Warning: For :empty to work, it must have no node inside (even text one).
533
+Warning: For `:empty` to work, it must have no node inside (even text one).
534
535
Demo:
536
https://jsbin.com/yunakeg/edit?html,css,js,output
0 commit comments