We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba7599 commit cd5f6d6Copy full SHA for cd5f6d6
index.html
@@ -79,7 +79,7 @@
79
<a href="javascript:void(0)" @click="restore(item)" > {{(item.version > 0 ? 'V' + item.version : 'V*') + ' ' + item.name + ' ' + item.url}}</a>
80
</li>
81
</ul>
82
- <textarea v-show="! isRemoteShow" class="left-panel" id="vInput" @keyup="onChange(true)">
+ <textarea v-show="! isRemoteShow" style="width: 100%;height: 100%" id="vInput" @keyup="onChange(true)">
83
{
84
"[]":{
85
"User":{
0 commit comments