diff --git a/client/src/components/content-forms/DocumentForm.vue b/client/src/components/content-forms/DocumentForm.vue
index 36048a94..b4048309 100644
--- a/client/src/components/content-forms/DocumentForm.vue
+++ b/client/src/components/content-forms/DocumentForm.vue
@@ -3,82 +3,25 @@
class="document-form"
ref="documentform"
>
-
-
-
-
-
-
diff --git a/client/src/components/content-forms/LinkForm.vue b/client/src/components/content-forms/LinkForm.vue
index 5b6f1773..26065cb9 100644
--- a/client/src/components/content-forms/LinkForm.vue
+++ b/client/src/components/content-forms/LinkForm.vue
@@ -28,7 +28,7 @@ export default {
.link-form {
display: grid;
grid-auto-rows: auto;
- grid-row-gap: 11px;
+ grid-row-gap: $small-spacing;
&__text,
&__url {