From 613ee735b3e10790da9731a3668b4a6d60f70fd3 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 22:09:09 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index 674b09fa..a7105889 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -215,6 +215,11 @@ a { margin-top: 5em; } +.user-profile .textarea { + max-height: 3em; + width: 80%; +} + .row { display: inline-block; background-color: var(--banner-background);