Skip to content

Commit ed6d68a

Browse files
committed
fix: transcript root should shrink to width
1 parent a1e43d5 commit ed6d68a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/component/src/Transcript/TranscriptFocus/TranscriptFocus.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
.transcript-focus-area__content-root {
1919
grid-area: content;
2020
min-height: 0;
21+
min-width: 0;
2122
}
2223

2324
.transcript-focus-area__content-root {

0 commit comments

Comments
 (0)