mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 23:14:35 +08:00
Make textarea resizable (#970)
This commit is contained in:
parent
5538e2e8c0
commit
20bcac1184
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ defmodule LivebookWeb.Output.InputComponent do
|
|||
~H"""
|
||||
<textarea
|
||||
data-element="input"
|
||||
class="input h-[200px] resize-none tiny-scrollbar"
|
||||
class="input min-h-[200px] tiny-scrollbar"
|
||||
name="value"
|
||||
phx-debounce="300"
|
||||
phx-blur="blur"
|
||||
|
|
Loading…
Add table
Reference in a new issue