Replace tables with flex-boxes #29
Labels
beginner-rails
good first issue
Good for newcomers
help wanted
Extra attention is needed
rails-canonical-libraries
styling
Commissulator has a number of scaffolded templates that use tables (tr/td/th/tbody) to shape the data. As you may know, HTML tables are a useful starting point, but their styling rules are often too arcane to use in a mature interface.
This task is to experiment with replacing some of them with divs using flex layouts, and determine if such is a reasonable choice for the next phase of development.
The text was updated successfully, but these errors were encountered: