diff --git a/src/main/frontend/extensions/graph.css b/src/main/frontend/extensions/graph.css index 0253733c84..09a61d1e88 100644 --- a/src/main/frontend/extensions/graph.css +++ b/src/main/frontend/extensions/graph.css @@ -13,6 +13,6 @@ height: 500px; } -#main-content-container.graph { +#main-content-container .graph { height: calc(100vh - 100px) !important; }