fix CSS for ChatCreateOrReuseDialog.js
This commit is contained in:
parent
bf64f387ce
commit
8a0b08e7f6
1 changed files with 7 additions and 3 deletions
|
@ -97,9 +97,13 @@ export default class ChatCreateOrReuseDialog extends React.Component {
|
|||
}}
|
||||
title='Create a new chat or reuse an existing one'
|
||||
>
|
||||
You already have existing direct chats with this user:
|
||||
{tiles}
|
||||
{startNewChat}
|
||||
<div className="mx_Dialog_content">
|
||||
You already have existing direct chats with this user:
|
||||
<div className="mx_ChatCreateOrReuseDialog_tiles">
|
||||
{tiles}
|
||||
{startNewChat}
|
||||
</div>
|
||||
</div>
|
||||
</BaseDialog>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue