Skip to content

Commit

Permalink
wrap entire large graphs instead of allowing text to wrap on smaller …
Browse files Browse the repository at this point in the history
…resolutions (#1789)
  • Loading branch information
PhilBastian authored Mar 20, 2024
1 parent 222c1ac commit 0197c9f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@
width: 33%;
box-sizing: border-box;
}

@media (max-width: 1300px) {
.graph-area {
width: 95%;
}
}

0 comments on commit 0197c9f

Please sign in to comment.