diff --git a/Dockerfile b/Dockerfile index 30dcb6897..d44009001 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.10.0-alpine +FROM node:12-alpine LABEL maintainer="Hoppscotch (support@hoppscotch.io)" diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 493d6d8d5..a93799de2 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -449,7 +449,6 @@ code { @apply bg-primaryDark; @apply text-secondary; @apply font-mono; - @apply font-normal; @apply transition; @apply ease-in-out; @apply duration-150; @@ -484,7 +483,6 @@ pre { pre.ace_editor { @apply font-mono; - @apply font-normal; @apply z-0; @apply resize-none; } @@ -798,7 +796,6 @@ section { text-transform: none !important; padding: 12px 16px !important; - font-size: 16px !important; margin: 0 !important; margin-left: 8px !important; } diff --git a/components/graphql/Field.vue b/components/graphql/Field.vue index 17634506b..2a4116fff 100644 --- a/components/graphql/Field.vue +++ b/components/graphql/Field.vue @@ -21,7 +21,7 @@
{{ gqlField.description }}
@@ -53,7 +53,7 @@ />
{{ field.description }}
diff --git a/components/graphql/Type.vue b/components/graphql/Type.vue index b77d0197a..c3a268110 100644 --- a/components/graphql/Type.vue +++ b/components/graphql/Type.vue @@ -4,11 +4,9 @@ class="font-bold type-title" :class="{ 'type-highlighted': isHighlighted }" > - input - interface - - enum + input + interface + enum {{ gqlType.name }}
diff --git a/components/graphql/TypeLink.vue b/components/graphql/TypeLink.vue index f0e12413e..18b141b08 100644 --- a/components/graphql/TypeLink.vue +++ b/components/graphql/TypeLink.vue @@ -1,7 +1,7 @@