Skip to content

Commit c83c0d7

Browse files
authored
Merge pull request #2258 from MorayJ/pod-table-scroll
Make pod-tables scroll horizontally on smaller views
2 parents c7cf7c3 + 7377953 commit c83c0d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/sass/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ svg {
7474
height: auto;
7575
}
7676

77+
table.pod-table {
78+
display: block;
79+
overflow-x: auto;
80+
white-space: nowrap;
81+
}
82+
7783
table.pod-table tr:nth-child(odd) {
7884
background-color: rgba(0, 0, 0, 0.031373);
7985
}

0 commit comments

Comments
 (0)