feat: Implement microphone monitoring feature; enhance text overflow handling and line height across components
This commit is contained in:
@@ -24,4 +24,7 @@ export const RoomViewTyping = style([
|
||||
]);
|
||||
export const TypingText = style({
|
||||
flexGrow: 1,
|
||||
overflow: 'clip',
|
||||
overflowY: 'clip',
|
||||
lineHeight: '1.5',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user