Text wrapping in responsive design

Ok - so you want the text to wrap if necessary but NOT wrap below the acronym… But… Why not use columns or grids? Using a table in this way is confusing for screen readers and not a proper use of a table. Tables are for data not layout. A simple flex grid will do what you want, give you more control over the width and behavior of each box, and give you a better, more accessible page structure. Also they are really fun.

1 Like