mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix textarea overflow in mobile send_message.html
This commit is contained in:
parent
8ccfd963b6
commit
178e8aba0c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="message_content">{$lang->content}</label>
|
||||
<textarea id="message_content" name="new_content" rows="8" style="width:100%"></textarea>
|
||||
<textarea id="message_content" name="new_content" rows="8" style="width:100%;box-sizing:border-box"></textarea>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="bna">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue