Preserve line breaks in text messages

This commit is contained in:
RobinLinus 2020-12-16 06:04:58 +01:00
parent bb3277652c
commit 288be1fa49
2 changed files with 7 additions and 3 deletions

View file

@ -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>