Making TableView cell content fill 100% width of its cell (#2042)
* making TableView cell content fill 100% width
* updating approach to fix text truncation
* fixing where min-width is applied for table cell contents
* changing table child styles so user has to provide alignment and text truncation if providing block children
* fixing lint
* cleaning up story
* addressing review comments