-
-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
In numerous places, jQuery Columnizer sets widths to Math.floor(100 / numCols) + "%" on generated columns.
Some values don't result in fractions, such as 4 Columns resulting in 25% widths. However, some values do result in fractions, such as three, which results in 33% widths. This does not fully distribute the columns laterally.
Since 33.33333% is a valid value in CSS, why are these values being rounded down?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels