|
@@ -84,7 +84,7 @@
|
|
|
<x-background class="full center">
|
|
|
<x-paper shadow="2">
|
|
|
<h3>Send a Message</h3>
|
|
|
- <input id="textInput" placeholder="Send a message" autocomplete="off" autofocus>
|
|
|
+ <textarea id="textInput" placeholder="Send a message" autocomplete="off" autofocus></textarea>
|
|
|
<div class="row-reverse">
|
|
|
<button class="button" type="submit" close>Send</button>
|
|
|
<a class="button" close>Cancel</a>
|