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);