Fix super-wide tables in Firefox

In Firefox (tested in Fx61), the "activity metrics" and related tables can become stupendously wide. Adding a `max-width` resolves this issue.
This commit is contained in:
Barry van Oudtshoorn 2018-05-17 12:01:13 +08:00 committed by Sam
parent 0db04956d7
commit b6322a35f2

View File

@ -17,6 +17,7 @@
.section-column {
min-width: calc(50% - .5em);
max-width: 100%;
@include small-width {
min-width: 100%;