From a3db2e9d5a7138ed76c2acf323e474ae5b79082e Mon Sep 17 00:00:00 2001 From: HotelSync Date: Tue, 14 Apr 2026 13:29:31 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20chat=20settings=20toggle=20=E2=80=94=20d?= =?UTF-8?q?ot=20no=20longer=20overflows=20button=20bounds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/components/chat/ChatWidget.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat/ChatWidget.tsx b/src/components/chat/ChatWidget.tsx index ff35542..177e2aa 100644 --- a/src/components/chat/ChatWidget.tsx +++ b/src/components/chat/ChatWidget.tsx @@ -881,8 +881,8 @@ function ToggleRow({ icon, label, checked, onChange }: { {icon} {label} )