From 0eee3a29974794292df35e9a47980b3744aab31b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 May 2019 16:51:41 +0300 Subject: bubble styling --- vnext/src/ui/PM.js | 3 ++- vnext/src/ui/Thread.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'vnext/src/ui') 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' }; } diff --git a/vnext/src/ui/Thread.css b/vnext/src/ui/Thread.css index 52b52f14..3a3f9589 100644 --- a/vnext/src/ui/Thread.css +++ b/vnext/src/ui/Thread.css @@ -10,4 +10,5 @@ padding: 6px 12px; margin-left: 48px; margin-bottom: 12px; + display: inline-block; } -- cgit v1.2.3