From ec4338378e82eaf97bec52f74ec786b6d216ba48 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Tue, 13 Aug 2024 17:48:17 +0800 Subject: [PATCH] [fix] textarea overflow --- static/index.html | 2 +- static/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 400b21e..b6839ad 100644 --- a/static/index.html +++ b/static/index.html @@ -15,7 +15,7 @@
- +
diff --git a/static/style.css b/static/style.css index ae124a3..3892421 100644 --- a/static/style.css +++ b/static/style.css @@ -82,7 +82,6 @@ input[type="text"] { } .send-button { - width: 110px; background-color: #3182ce; color: white; padding: 12px 18px;