diff --git a/src/views/dashboard/graphs/EndpointList.vue b/src/views/dashboard/graphs/EndpointList.vue
index 2967a567..1a80a824 100644
--- a/src/views/dashboard/graphs/EndpointList.vue
+++ b/src/views/dashboard/graphs/EndpointList.vue
@@ -17,14 +17,13 @@ limitations under the License. -->
-
-
+
+
@@ -198,4 +197,8 @@ watch(
.inputs {
width: 300px;
}
+
+.btn {
+ margin-top: -12px;
+}
diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue
index 412973ca..1bcc7e62 100644
--- a/src/views/dashboard/graphs/InstanceList.vue
+++ b/src/views/dashboard/graphs/InstanceList.vue
@@ -18,12 +18,11 @@ limitations under the License. -->
-
+
@@ -255,4 +254,8 @@ watch(
max-height: 400px;
overflow: auto;
}
+
+.btn {
+ margin-top: -12px;
+}
diff --git a/src/views/dashboard/graphs/ServiceList.vue b/src/views/dashboard/graphs/ServiceList.vue
index bfeb4553..74a4eb5f 100644
--- a/src/views/dashboard/graphs/ServiceList.vue
+++ b/src/views/dashboard/graphs/ServiceList.vue
@@ -18,12 +18,11 @@ limitations under the License. -->
-
+
@@ -290,4 +289,8 @@ watch(
.inputs {
width: 300px;
}
+
+.btn {
+ margin-top: -12px;
+}