Skip to content

Commit 0197c9f

Browse files
authored
wrap entire large graphs instead of allowing text to wrap on smaller resolutions (#1789)
1 parent 222c1ac commit 0197c9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ServicePulse.Host/vue/src/components/monitoring/largeGraphs.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@
5858
width: 33%;
5959
box-sizing: border-box;
6060
}
61+
62+
@media (max-width: 1300px) {
63+
.graph-area {
64+
width: 95%;
65+
}
66+
}

0 commit comments

Comments
 (0)