Remove redundant overflow hidden on messages
Fixes #11439 Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
5b801b95fa
commit
35c2c226df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue