From 94f271e9bdbebfafc927fb3fd85c5b26320cd9a4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 26 Jul 2019 16:28:47 +0300 Subject: Fix blurry fonts causing by iframe --- vnext/src/ui/Message.css | 1 + 1 file changed, 1 insertion(+) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css index dd8547d4..ac5f9580 100644 --- a/vnext/src/ui/Message.css +++ b/vnext/src/ui/Message.css @@ -172,6 +172,7 @@ blockquote { align-items: center; justify-content: center; padding: 12px; + position: relative; } .embedContainer > * { box-sizing: border-box; -- cgit v1.2.3