File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Change log
5757## 4.2.0-dev
5858
5959- fix [ #1700 ] ( https://github.com/gridstack/gridstack.js/issues/1700 ) JQ nested grid drag fix broken in 4.0.3 (but much older underlying issue)
60+ - fix [ #1678 ] ( https://github.com/gridstack/gridstack.js/issues/1678 ) item gs-x:0 not animating fix
6061
6162## 4.2.0 (2021-4-11)
6263
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ $animation_speed: .3s !default;
9696 }
9797 }
9898
99- @for $i from 1 through $gridstack-columns {
99+ @for $i from 0 through $gridstack-columns {
100100 & [gs-w = ' #{$i } ' ] { width : (100% / $gridstack-columns ) * $i ; }
101101 & [gs-x = ' #{$i } ' ] { left : (100% / $gridstack-columns ) * $i ; }
102102 & [gs-min-w = ' #{$i } ' ] { min-width : (100% / $gridstack-columns ) * $i ; }
You can’t perform that action at this time.
0 commit comments