diff --git a/src/DockerUpdateGuard/wwwroot/app.css b/src/DockerUpdateGuard/wwwroot/app.css index 756a170..5e099a6 100644 --- a/src/DockerUpdateGuard/wwwroot/app.css +++ b/src/DockerUpdateGuard/wwwroot/app.css @@ -541,13 +541,23 @@ a { } .dug-chart { + position: relative; min-height: 200px; height: 280px; + overflow: hidden; } .dug-chart .mud-chart { width: 100%; height: 100%; + min-width: 0; + min-height: 0; +} + +.dug-chart .mud-chart svg { + flex: 1 1 auto; + width: 100%; + min-height: 0; } .empty-state-panel {