From 4a747517de5e31ce50169c886a7fc070eb47d376 Mon Sep 17 00:00:00 2001 From: TheNeedful-DO Date: Sun, 29 Oct 2023 11:20:56 +0000 Subject: [PATCH] Improve textarea style --- app/assets/stylesheets/application.css.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index 8728c48d..954b31a8 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -196,6 +196,9 @@ footer textarea width: 100% min-height: 8em + padding: 5em + overflow: hidden + border-radius: 0 8em 0 8em .navigation-wallet font-size: 0.7em