Skip to content

Fix CSS issue by changing webkit-box to flex

eonwarped requested to merge upgradeWebpack into develop

Since the webpack change there's certain cases where the post list summary text bleeds outside the div, and it was caused by the css loaders not showing -webkit-box-flex property, which is deprecated. Changed webkit-box display to flex (The new flexbox as documented https://css-tricks.com/old-flexbox-and-new-flexbox/ )

Merge request reports