-
-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
How to reproduced:
Please, create a div with a border and then "Columnizer" a children div. You will see how when singleColumnizeIt is executed, the text it's not inside of the bordered box.
If we get the parent of col here:
https://github.com/adamwulf/Columnizer-jQuery-Plugin/blob/master/src/jquery.columnizer.js#L386
$col = $inBox.children().eq($inBox.children().length-1).parent();
Then the text is inside the box... So, probably wrong box?
Also and less important, the padding of elements change when we execute singleColumnizeIt.
https://github.com/adamwulf/Columnizer-jQuery-Plugin/blob/master/src/jquery.columnizer.js#L373
Metadata
Metadata
Assignees
Labels
No labels