From 2b34577ce9d2057631bbf573180cdaa18adf400a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 1 Feb 2019 17:04:49 +0300 Subject: Fix avatar padding --- vnext/src/components/Avatar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/vnext/src/components/Avatar.css b/vnext/src/components/Avatar.css index 9784bbd9..133e6061 100644 --- a/vnext/src/components/Avatar.css +++ b/vnext/src/components/Avatar.css @@ -1,6 +1,5 @@ .Avatar { display: flex; - padding: 12px; width: 100%; } .msg-avatar { -- cgit v1.2.3