johnny / johnny/jquery-sortable
Does not work with column-fill / feature request
Open
- Dominant language
- HTML
- Stars
- 1.5k
- Forks
- 429
- PR merge metrics
- No merged PRs in 30d
Description
I have a very long list that needs to be sorted manually. If I apply the CSS columns, column-fill properties (to display the list as multiple columns), in my case 6 columns, the list does not sort properly. Without CSS applied works properly.
```css
ratecenters {
-webkit-columns: 6 200px;
-moz-columns: 6 200px;
columns: 6 200px;
-moz-column-fill: auto;
column-fill: balance;
}
```
```html
- location 1
- location 2
- location 3
...........
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.