From 70036ebc4348e5b2454e6ae0287fe979fcdd0d92 Mon Sep 17 00:00:00 2001 From: Vaidehi Joshi Date: Mon, 9 Mar 2020 19:24:35 -0700 Subject: [PATCH] Allow preview image URL form to be visible for articles with videos (#6560) [deploy] This fixes #6311! --- app/assets/stylesheets/preact/article-form.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/preact/article-form.scss b/app/assets/stylesheets/preact/article-form.scss index 1c07daad0..bf9f65466 100644 --- a/app/assets/stylesheets/preact/article-form.scss +++ b/app/assets/stylesheets/preact/article-form.scss @@ -10,7 +10,6 @@ padding-top: 60px; margin: auto; max-width: 880px; - margin-bottom: -50px; .article-form-video-image-url { padding-top: 15px; font-family: $monospace;