ui: hide chats list item overflow
This commit is contained in:
parent
f6d4a79e9b
commit
bf1940bb11
|
@ -16,7 +16,8 @@
|
||||||
{:flex-direction :row
|
{:flex-direction :row
|
||||||
:background-color component.styles/color-white
|
:background-color component.styles/color-white
|
||||||
:android {:height 76}
|
:android {:height 76}
|
||||||
:ios {:height 74}})
|
:ios {:height 74}
|
||||||
|
:overflow "hidden"})
|
||||||
|
|
||||||
(defstyle chat-icon-container
|
(defstyle chat-icon-container
|
||||||
{:padding-top 18
|
{:padding-top 18
|
||||||
|
|
Loading…
Reference in New Issue