From 6c4fbb501c218f28c6acc32de1a0dc6eecb4660c Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Mon, 18 Nov 2019 14:58:37 -0500 Subject: [PATCH] Fixed margin mistake in field-desc --- components/graphql/field.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/graphql/field.vue b/components/graphql/field.vue index 6446f3f9a..03855565c 100644 --- a/components/graphql/field.vue +++ b/components/graphql/field.vue @@ -23,7 +23,7 @@ .field-desc { opacity: 0.7; - margin-bottom: 0.5em; + margin-top: 0.5em; }