Commit 5b5a7ed0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Disable overflow auto on large screens

parent c0c94c9b
...@@ -13,6 +13,14 @@ ...@@ -13,6 +13,14 @@
white-space: nowrap; white-space: nowrap;
} }
.table-holder {
width: 100%;
@media (max-width: $screen-sm-max) {
overflow: auto;
}
}
.commit-title { .commit-title {
margin: 0; margin: 0;
} }
...@@ -100,7 +108,6 @@ ...@@ -100,7 +108,6 @@
width: 100%; width: 100%;
overflow: auto; overflow: auto;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment