We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee5793 commit cb83e30Copy full SHA for cb83e30
1 file changed
css3-multicol/Overview.src.html
@@ -796,7 +796,7 @@ <h3>Pseudo-algorithm</h3>
796
(21) N := 1;
797
(22) W := available-width;
798
(23) else
799
-(24) N := floor(available-width/column-gap) + 1;
+(24) N := floor(available-width/column-gap);
800
(25) W := (available-width - ((N - 1) * column-gap))/N;
801
(26) fi
802
(27) elsif (column-count = auto) then
0 commit comments