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:
committed by
Sam
parent
0db04956d7
commit
b6322a35f2
@@ -17,6 +17,7 @@
|
||||
|
||||
.section-column {
|
||||
min-width: calc(50% - .5em);
|
||||
max-width: 100%;
|
||||
|
||||
@include small-width {
|
||||
min-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user