From 397a697e8a9a698dc02eb195630eb0346d0670e1 Mon Sep 17 00:00:00 2001 From: Denise Li Date: Tue, 20 Aug 2024 15:40:28 -0400 Subject: [PATCH] set min width on calls table columns --- frontend/src/features/calls/CallList.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/features/calls/CallList.tsx b/frontend/src/features/calls/CallList.tsx index e2af4ac76e..643e5014f8 100644 --- a/frontend/src/features/calls/CallList.tsx +++ b/frontend/src/features/calls/CallList.tsx @@ -29,8 +29,8 @@ export const CallList = ({ calls }: { calls: CallEvent[] | undefined }) => { Dur. Source Destination - Request - Response + Request + Response Error @@ -59,10 +59,10 @@ export const CallList = ({ calls }: { calls: CallEvent[] | undefined }) => { > {call.destinationVerbRef && verbRefString(call.destinationVerbRef)} - + {call.request} - + {call.response}