From c006f968117936e6637306b354f03d6435277cf3 Mon Sep 17 00:00:00 2001 From: Serhii Dziupin Date: Thu, 6 Aug 2026 19:54:33 +0000 Subject: [PATCH] fix(settings): let fixed-width controls scale with font size and density (#2320) --- .../ui/src/components/sections/agents/AgentsPage.tsx | 4 ++-- .../src/components/sections/behavior/BehaviorPage.tsx | 3 ++- .../sections/openchamber/KeyboardShortcutsSettings.tsx | 3 ++- .../sections/openchamber/OpenChamberVisualSettings.tsx | 9 +++++++-- .../sections/openchamber/SessionRetentionSettings.tsx | 2 +- .../components/sections/openchamber/VoiceSettings.tsx | 4 ++-- .../sections/remote-instances/RemoteInstancesPage.tsx | 10 +++++----- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/packages/ui/src/components/sections/agents/AgentsPage.tsx b/packages/ui/src/components/sections/agents/AgentsPage.tsx index f8cb2b09..43904234 100644 --- a/packages/ui/src/components/sections/agents/AgentsPage.tsx +++ b/packages/ui/src/components/sections/agents/AgentsPage.tsx @@ -445,7 +445,7 @@ export const AgentsPage: React.FC = () => { inputMode="decimal" placeholder="—" emptyLabel="—" - className="w-16" + className="w-20" /> {temperature !== undefined && (