From 41df2af75da0d4c1d76dffc98fdc55b31cc39776 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 4 Apr 2019 21:25:45 +0300 Subject: Message styling --- vnext/src/components/Contacts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vnext/src/components/Contacts.js') diff --git a/vnext/src/components/Contacts.js b/vnext/src/components/Contacts.js index f726f173..3852b26f 100644 --- a/vnext/src/components/Contacts.js +++ b/vnext/src/components/Contacts.js @@ -35,7 +35,8 @@ const wrapperStyle = { const chatListStyle = { display: 'flex', flexDirection: 'column', - width: '100%' + width: '100%', + padding: '12px' }; const chatTitleStyle = { -- cgit v1.2.3