Make textarea resizable (#970)

This commit is contained in:
Milo Lee 2022-02-02 21:12:50 +08:00 committed by GitHub
parent 5538e2e8c0
commit 20bcac1184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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