From 5e44816f34274b6751e9138bfa3aefd37238e4eb Mon Sep 17 00:00:00 2001 From: thanos-wandb <108423944+thanos-wandb@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:58:03 +0100 Subject: [PATCH] fix audio captions that overflow in AudioViewer.tsx (#2689) --- weave-js/src/components/Panel2/AudioViewer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/weave-js/src/components/Panel2/AudioViewer.tsx b/weave-js/src/components/Panel2/AudioViewer.tsx index 15971db5ba3..95db4c17210 100644 --- a/weave-js/src/components/Panel2/AudioViewer.tsx +++ b/weave-js/src/components/Panel2/AudioViewer.tsx @@ -172,9 +172,10 @@ const AudioViewer = (props: AudioViewerProps) => { style={{ background: globals.white, width: '100%', - overflow: 'hidden', + overflowX: 'auto', + overflowY: 'hidden', display: 'flex', - justifyContent: 'center', + justifyContent: 'left', flex: '1 1', }}> {