Views should change the presentation of their content depending on the window orientation, that is to say, when the window dimension changes the current layout may not be best best for the current content as severe truncation of fields may result. For example the highway view, can become too cramped if the window orientation is portrait, mainly due to insufficient space to render the path and the landing strip on the same line. So in this case, instead of using just a single text row to render each worker, we could use 2 rows per worker and present fields accordingly.
Views should change the presentation of their content depending on the window orientation, that is to say, when the window dimension changes the current layout may not be best best for the current content as severe truncation of fields may result. For example the highway view, can become too cramped if the window orientation is portrait, mainly due to insufficient space to render the path and the landing strip on the same line. So in this case, instead of using just a single text row to render each worker, we could use 2 rows per worker and present fields accordingly.