aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/PM.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/PM.js')
-rw-r--r--vnext/src/ui/PM.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/ui/PM.js b/vnext/src/ui/PM.js
index a1e70ad5..e5eddb9e 100644
--- a/vnext/src/ui/PM.js
+++ b/vnext/src/ui/PM.js
@@ -28,7 +28,8 @@ function bubbleStyle(me, msg) {
return {
background: background,
color: color,
- padding: '12px'
+ padding: '12px',
+ display: 'inline-block'
};
}