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

Removed unnecessary hidden divider so the input field and the textarea

are at the same height
parent 0f864f74
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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