This is an automated email from the ASF dual-hosted git repository.

visortelle pushed a commit to branch minor-avatars-fix
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 50c113216d9a5c5a542033297b642bbb293b2ea6
Author: visortelle <[email protected]>
AuthorDate: Wed Mar 20 13:40:04 2024 +0400

    Fix awatar width on tablet screen size
---
 src/components/pages/CommunityPage/CommunityPage.module.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/pages/CommunityPage/CommunityPage.module.css 
b/src/components/pages/CommunityPage/CommunityPage.module.css
index 76e4edc9c308..a9c61c88803c 100644
--- a/src/components/pages/CommunityPage/CommunityPage.module.css
+++ b/src/components/pages/CommunityPage/CommunityPage.module.css
@@ -427,6 +427,7 @@
   height: 48px;
   border-radius: 50%;
   display: block;
+  max-width: unset;
 }
 .CommunityMembersMemberName{
   padding: 0.75rem;

Reply via email to