|
|
|
|
|
by jonnyscholes
2986 days ago
|
|
inline-block isn't designed for layout - so you get side effects like the preservation of whitespace which you have to use hacks to resolve. Sure it works - but flex-wrap is a syntactically correct solution that doesn't require hacks. |
|