dnomak opened this issue 9 years ago · 1 comments
example
.xl-table { display: table; table-layout: fixed; } .xl-table > * { display: table-cell; } .xl-not-table { display: block; table-layout: auto; } .xl-not-table > * { display: inline-block; }
dnomak/flexiblegs-css@e79ea37