An annoying thing when using CSS Columns pops up every now and again:
(<li>
) inside the columns, the items in the first column are often times a bit off. This happens across browsers in Chromium, Firefox and Safari (current stable version from Thu 15. Dec).display: list-item
gets rid of the issue – at the cost of not looking like, well, list items anymore. No bueno!