Skip to content
Snippets Groups Projects
Commit 6d5aa43e authored by Jo Vuit's avatar Jo Vuit
Browse files

Increased the size of the textarea

parent f9a3ae96
No related branches found
No related tags found
1 merge request!619Enhancement front embed wizard
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment