diff options
author | Vitaly Takmazov | 2019-07-26 16:28:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 94f271e9bdbebfafc927fb3fd85c5b26320cd9a4 (patch) | |
tree | efcd318eaffacd1be6906533a4d5d91c9412ac1b /vnext/src/ui | |
parent | d4341807341467de4f10012955d3b919f296c4a6 (diff) |
Fix blurry fonts causing by iframe
Diffstat (limited to 'vnext/src/ui')
-rw-r--r-- | vnext/src/ui/Message.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |