Reduce minimum size of textarea
This commit is contained in:
parent
1f410b5a18
commit
585a3c0dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="keyboard" class="hidden">
|
||||
<textarea id="text"></textarea>
|
||||
<textarea id="text" cols=1 rows=1></textarea>
|
||||
<button id="sendbutton">➣</button>
|
||||
</div>
|
||||
<div id="keys" class="hidden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue