aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Contacts.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Contacts.js')
-rw-r--r--vnext/src/components/Contacts.js3
1 files changed, 2 insertions, 1 deletions
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 = {