mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
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
|
(defn message-view
|
||||||
[{:keys [content-type outgoing group-chat last-in-group?]}]
|
[{:keys [content-type outgoing group-chat last-in-group?]}]
|
||||||
(merge
|
(merge
|
||||||
{:overflow :hidden
|
{:border-top-left-radius 16
|
||||||
:border-top-left-radius 16
|
|
||||||
:border-top-right-radius 16
|
:border-top-right-radius 16
|
||||||
:border-bottom-right-radius 16
|
:border-bottom-right-radius 16
|
||||||
:border-bottom-left-radius 16
|
:border-bottom-left-radius 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user