Tomasseffect

Results 3 comments of Tomasseffect

@CodeBrauer You can try adding this style to your **_li_** elements ``` -webkit-column-break-inside: avoid; -webkit-backface-visibility: hidden; ```

@CodeBrauer Idk why but that fix for older chrome versions is messing up that lines. Look, without that fix for old chrome (wich probably almost nobody is using now) it's...

In any case someone wondering, you can try fixing this by adding this style to child elements ``` -webkit-column-break-inside: avoid; -webkit-backface-visibility: hidden; ```