diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 60442a765..141509370 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -156,7 +156,7 @@ a { .tippy-content > div { @apply flex flex-col; - @apply max-h-56; + @apply max-h-46; @apply items-stretch; @apply overflow-y-auto; diff --git a/components/collections/graphql/index.vue b/components/collections/graphql/index.vue index 5b53beb50..3ed312ee5 100644 --- a/components/collections/graphql/index.vue +++ b/components/collections/graphql/index.vue @@ -32,13 +32,22 @@ class="rounded-none" @click.native="displayModalAdd(true)" /> - +
+ + +
diff --git a/components/environments/index.vue b/components/environments/index.vue index a8b7d4435..476476f24 100644 --- a/components/environments/index.vue +++ b/components/environments/index.vue @@ -45,12 +45,21 @@ class="rounded-none" @click.native="displayModalAdd(true)" /> - +
+ + +
{ diff --git a/components/graphql/Sidebar.vue b/components/graphql/Sidebar.vue index c5a55d5a9..61340925c 100644 --- a/components/graphql/Sidebar.vue +++ b/components/graphql/Sidebar.vue @@ -6,7 +6,7 @@
+
+ +
+
- +
+ + +
diff --git a/components/http/Authorization.vue b/components/http/Authorization.vue index d204d17bf..a872246db 100644 --- a/components/http/Authorization.vue +++ b/components/http/Authorization.vue @@ -66,7 +66,7 @@ class="px-2" @change="authActive = !authActive" > - {{ authActive ? $t("enabled") : $t("disabled") }} + {{ $t("enabled") }}
- +
diff --git a/components/http/Headers.vue b/components/http/Headers.vue index e8f20ec93..95a42efb7 100644 --- a/components/http/Headers.vue +++ b/components/http/Headers.vue @@ -42,7 +42,6 @@ v-for="(header, index) in headers$" :key="`header-${index}`" class="divide-x divide-dividerLight border-b border-dividerLight flex" - :class="{ 'border-t': index == 0 }" > -
+
-