Files
gerrit/polygerrit-ui/app/elements/change-list
Becky Siegel 7bc8c54952 Make gr-change-list a true HTML table
- Remove all flex attributes from from change list CSS (with the
  exception of mobile).
  - Add flex properties for change list items with media queries.
- <tr> wrapped around gr-change-list-item doesn't work in the table.
  Instead, style <gr-change-list-item> to be display: table-row.

Bug: Issue 5285
Change-Id: I576ddbda3c1697c3476620a5e8ea9db727e08557
2017-01-25 15:14:41 -08:00
..