From 52c8ab9eeac44fa40350cfd35b58bae80047d8a9 Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Thu, 13 Jun 2024 08:24:34 +0200 Subject: [PATCH] made text areas not resizable --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index dff9845..fb90cc7 100644 --- a/src/App.scss +++ b/src/App.scss @@ -270,4 +270,8 @@ button { .logout { margin-left: 75%; width: 25% +} + +textarea { + resize: none; } \ No newline at end of file