mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Revert "fix(chat) Make the name fit the chat bubble"
This reverts commit e56c7070c2.
This commit is contained in:
@@ -23,7 +23,7 @@ interface IProps extends AbstractProps {
|
||||
const styles = (theme: Theme) => {
|
||||
return {
|
||||
chatMessageWrapper: {
|
||||
maxWidth: 'calc(100% - 40px)' // 100% - avatar and margin
|
||||
maxWidth: '100%'
|
||||
},
|
||||
|
||||
chatMessage: {
|
||||
@@ -62,8 +62,7 @@ const styles = (theme: Theme) => {
|
||||
replyWrapper: {
|
||||
display: 'flex',
|
||||
flexDirection: 'row' as const,
|
||||
alignItems: 'center',
|
||||
maxWidth: '100%'
|
||||
alignItems: 'center'
|
||||
},
|
||||
|
||||
messageContent: {
|
||||
|
||||
Reference in New Issue
Block a user