From ba5b0fa8e8cc0a5281998936d3a526b58fea649b Mon Sep 17 00:00:00 2001 From: ValueOn AG Date: Tue, 12 May 2026 22:44:20 +0200 Subject: [PATCH] fixes ui --- src/pages/views/teamsbot/Teamsbot.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/views/teamsbot/Teamsbot.module.css b/src/pages/views/teamsbot/Teamsbot.module.css index 418b3a1..19414b2 100644 --- a/src/pages/views/teamsbot/Teamsbot.module.css +++ b/src/pages/views/teamsbot/Teamsbot.module.css @@ -1716,7 +1716,7 @@ border: 1px solid var(--border-color, #e0e0e0); border-radius: 12px; padding: 1.5rem; - max-width: 400px; + max-width: 600px; width: 90%; display: flex; flex-direction: column;