From f9a3ae96a873fcc8f5eaad9117188e0edec9986a Mon Sep 17 00:00:00 2001
From: Jo Vuit <jo.vuitton@gmail.com>
Date: Wed, 13 Feb 2019 19:07:49 +0100
Subject: [PATCH] Removed unnecessary hidden divider so the input field and the
 textarea are at the same height

---
 front/src/components/audio/EmbedWizard.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/front/src/components/audio/EmbedWizard.vue b/front/src/components/audio/EmbedWizard.vue
index 3e373e47..b2586601 100644
--- a/front/src/components/audio/EmbedWizard.vue
+++ b/front/src/components/audio/EmbedWizard.vue
@@ -20,7 +20,6 @@
 					<button @click="copy" class="ui right teal labeled icon floated button"><i class="copy icon"></i><translate :translate-context="'Popup/*/Button.Label/Verb'">Copy</translate></button>
           <label for="embed-width"><translate :translate-context="'Popup/Embed/Input.Label/Noun'">Embed code</translate></label>
           <p><translate :translate-context="'Popup/Embed/Paragraph'">Copy/paste this code in your website HTML</translate></p>
-          <div class="ui hidden divider"></div>
           <textarea ref="textarea":value="embedCode" rows="3" readonly>
           </textarea>
         </div>
-- 
GitLab