Removed unnecessary hidden divider so the input field and the textarea

are at the same height
This commit is contained in:
Jo Vuit 2019-02-13 19:07:49 +01:00
parent 0f864f741f
commit f9a3ae96a8
1 changed files with 0 additions and 1 deletions

View File

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