Fix the second text box field
This commit is contained in:
parent
16ee289b30
commit
347dbe5a27
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
</div>
|
||||
{{end}}
|
||||
{{ else }} {{if .TranslationExists}}
|
||||
<div class="item-wrapper">
|
||||
<div class="item-wrapper" style="display:flex;flex-direction: column;justify-content: center;text-align: center;margin: auto;">
|
||||
<textarea class="translation item" dir="auto" placeholder="Translation" id="output" readonly>
|
||||
{{.Translation.OutputText}}</textarea>
|
||||
{{if .Translation.AutoDetect}}
|
||||
|
|
Loading…
Reference in a new issue