From 8a0b08e7f620f0ea9b7cc3dcf68f4d5f50c980b5 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 13 Mar 2017 00:03:33 +0000 Subject: [PATCH] fix CSS for ChatCreateOrReuseDialog.js --- .../views/dialogs/ChatCreateOrReuseDialog.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/views/dialogs/ChatCreateOrReuseDialog.js b/src/components/views/dialogs/ChatCreateOrReuseDialog.js index 559a6f39a9..1a6ddf0456 100644 --- a/src/components/views/dialogs/ChatCreateOrReuseDialog.js +++ b/src/components/views/dialogs/ChatCreateOrReuseDialog.js @@ -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} +
+ You already have existing direct chats with this user: +
+ {tiles} + {startNewChat} +
+
); }