Remove redundant overflow hidden on messages

Fixes #11439

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-12-23 11:12:01 +03:00
parent 5b801b95fa
commit 35c2c226df
No known key found for this signature in database
GPG Key ID: C9A094959935A952
1 changed files with 2 additions and 3 deletions

View File

@ -118,8 +118,7 @@
(defn message-view
[{:keys [content-type outgoing group-chat last-in-group?]}]
(merge
{:overflow :hidden
:border-top-left-radius 16
{:border-top-left-radius 16
:border-top-right-radius 16
:border-bottom-right-radius 16
:border-bottom-left-radius 16
@ -314,4 +313,4 @@
:left 0
:position :absolute
:background-color :transparent
:border-color colors/black-transparent}))
:border-color colors/black-transparent}))