mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 03:54:32 +00:00
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…
x
Reference in New Issue
Block a user