Increased the size of the textarea

merge-requests/622/head
Jo Vuit 2019-02-13 19:11:44 +01:00
rodzic f9a3ae96a8
commit 6d5aa43e11
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>