Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2258 from MorayJ/pod-table-scroll
Make pod-tables scroll horizontally on smaller views
  • Loading branch information
MorayJ committed Aug 13, 2018
2 parents c7cf7c3 + 7377953 commit c83c0d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/sass/style.scss
Expand Up @@ -74,6 +74,12 @@ svg {
height: auto;
}

table.pod-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}

table.pod-table tr:nth-child(odd) {
background-color: rgba(0, 0, 0, 0.031373);
}
Expand Down

0 comments on commit c83c0d7

Please sign in to comment.