From ae784eafd45defd1ddc1a5fc6af0a9b6003643ac Mon Sep 17 00:00:00 2001 From: MeIchthys Date: Sun, 24 Nov 2024 20:58:30 +0000 Subject: [PATCH] Remove resizer from backend log text area --- src/public/app/widgets/type_widgets/content/backend_log.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/widgets/type_widgets/content/backend_log.js b/src/public/app/widgets/type_widgets/content/backend_log.js index 83e5e1d44..ab7acb15d 100644 --- a/src/public/app/widgets/type_widgets/content/backend_log.js +++ b/src/public/app/widgets/type_widgets/content/backend_log.js @@ -8,6 +8,7 @@ const TPL = `
flex-grow: 1; width: 100%; border: none; + resize: none; }