From 4fa6303d7badec6efc904da41948b3afbf06476f Mon Sep 17 00:00:00 2001 From: Jimmy Somsanith Date: Fri, 14 Jun 2019 23:11:54 +0200 Subject: [PATCH] Remove extra space on li --- src/components/AvatarList.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AvatarList.js b/src/components/AvatarList.js index 8619ce4d..ba19810d 100644 --- a/src/components/AvatarList.js +++ b/src/components/AvatarList.js @@ -21,7 +21,9 @@ const UserEllipses = styled.div` white-space: nowrap; `; -const User = styled.li``; +const User = styled.li` + display: inline-flex; +`; const Users = styled.ul` display: inline-flex;