From 8c2704ae619ef175e6dfdceac63b9aa3b9d6105e Mon Sep 17 00:00:00 2001 From: polyjitter Date: Sat, 21 Mar 2026 12:31:15 -0400 Subject: [PATCH 1/2] fix/change toRem size in CallChatView to match logic in RoomView --- src/app/features/room/CallChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/room/CallChatView.tsx b/src/app/features/room/CallChatView.tsx index b51b97cae..3acc8c562 100644 --- a/src/app/features/room/CallChatView.tsx +++ b/src/app/features/room/CallChatView.tsx @@ -16,7 +16,7 @@ export function CallChatView() { return ( Date: Sat, 21 Mar 2026 12:48:25 -0400 Subject: [PATCH 2/2] Added changeset. --- .changeset/fixes_width_mismatch_for_the_call_chat_view.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fixes_width_mismatch_for_the_call_chat_view.md diff --git a/.changeset/fixes_width_mismatch_for_the_call_chat_view.md b/.changeset/fixes_width_mismatch_for_the_call_chat_view.md new file mode 100644 index 000000000..855c6c728 --- /dev/null +++ b/.changeset/fixes_width_mismatch_for_the_call_chat_view.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +# Fixes width mismatch for the call chat view.