Skip to content
Snippets Groups Projects
Unverified Commit fe0e4aa6 authored by alefvanoon's avatar alefvanoon Committed by GitHub
Browse files

Add dir="auto" to translatedText area

parent 01683534
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<label for="textarea2" class="sr-only"> <label for="textarea2" class="sr-only">
Translated text Translated text
</label> </label>
<textarea id="textarea2" v-model="translatedText" ref="translatedTextarea" readonly></textarea> <textarea id="textarea2" v-model="translatedText" ref="translatedTextarea" dir="auto" readonly></textarea>
<button class="btn-copy-translated" @click="copyText"> <button class="btn-copy-translated" @click="copyText">
<span>[[ copyTextLabel ]]</span> <i class="material-icons">content_copy</i> <span>[[ copyTextLabel ]]</span> <i class="material-icons">content_copy</i>
</button> </button>
......
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