mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 04:31:43 +08:00
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:
parent
0db04956d7
commit
b6322a35f2
|
@ -17,6 +17,7 @@
|
|||
|
||||
.section-column {
|
||||
min-width: calc(50% - .5em);
|
||||
max-width: 100%;
|
||||
|
||||
@include small-width {
|
||||
min-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user