diff options
author | Vitaly Takmazov | 2019-02-01 17:04:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 2b34577ce9d2057631bbf573180cdaa18adf400a (patch) | |
tree | 4c384d91d22c0e597ac49f5a6b477db0775360ae | |
parent | 6fb87308b80046fc345dedde9f1fac23063bc034 (diff) |
Fix avatar padding
-rw-r--r-- | vnext/src/components/Avatar.css | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |