Skip to content

Commit

Permalink
ensure list doesnt look shit on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanHessell committed Nov 8, 2020
1 parent e8c5eb0 commit 3de97f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
}

.travel-item-table {
white-space: nowrap;
overflow: auto;

.title-bar {
& > div {
display: inline-block;
Expand Down Expand Up @@ -174,3 +177,7 @@
grid-area: action;
}
}

.list {
overflow-x: auto;
}

0 comments on commit 3de97f5

Please sign in to comment.