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
|
||||||
|
@ -314,4 +313,4 @@
|
||||||
:left 0
|
:left 0
|
||||||
:position :absolute
|
:position :absolute
|
||||||
:background-color :transparent
|
:background-color :transparent
|
||||||
:border-color colors/black-transparent}))
|
:border-color colors/black-transparent}))
|
||||||
|
|
Loading…
Reference in New Issue