From 6d5aa43e1116b58733855c33c106b0ac7df1f641 Mon Sep 17 00:00:00 2001
From: Jo Vuit <jo.vuitton@gmail.com>
Date: Wed, 13 Feb 2019 19:11:44 +0100
Subject: [PATCH] Increased the size of the textarea

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

diff --git a/front/src/components/audio/EmbedWizard.vue b/front/src/components/audio/EmbedWizard.vue
index b258660197..73569e64f3 100644
--- a/front/src/components/audio/EmbedWizard.vue
+++ b/front/src/components/audio/EmbedWizard.vue
@@ -20,7 +20,7 @@
 					<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>
-          <textarea ref="textarea":value="embedCode" rows="3" readonly>
+          <textarea ref="textarea":value="embedCode" rows="5" readonly>
           </textarea>
         </div>
       </div>
-- 
GitLab