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