Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2259 from perl6/revert-2258-pod-table-scroll
Revert "Make pod-tables scroll horizontally on smaller views"
  • Loading branch information
MorayJ committed Aug 13, 2018
2 parents c83c0d7 + 882372c commit f538e4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/sass/style.scss
Expand Up @@ -74,12 +74,6 @@ 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 f538e4a

Please sign in to comment.