diff --git a/src/components/ServiceConfigurationStatusViewer.vue b/src/components/ServiceConfigurationStatusViewer.vue index a860156..0857442 100644 --- a/src/components/ServiceConfigurationStatusViewer.vue +++ b/src/components/ServiceConfigurationStatusViewer.vue @@ -1,6 +1,6 @@ - + @@ -117,4 +119,10 @@ function formatObject(value) { max-height: 20vh; overflow-y: auto; } + +.group-container { + height: 100%; + display: flex; + flex-direction: column; +}