You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear where each row ends in the mobile layout. They run together.
Hm, this seems to be happening because the traffic-table directive has the ng-repeat attribute on the <tr> tag rather than on the <tbody>. pods-table and app/views/browse/routes.html both have ng-repeat on the <tbody>.
Two issues:
Screenshot:
The text was updated successfully, but these errors were encountered: