diff --git a/crates/app/src/public/css/style.css b/crates/app/src/public/css/style.css
index 45f6edb..d458df1 100644
--- a/crates/app/src/public/css/style.css
+++ b/crates/app/src/public/css/style.css
@@ -160,6 +160,10 @@ article {
.name.shorter {
max-width: 180px;
}
+
+ .name.lg\:long {
+ max-width: unset;
+ }
}
ul,
diff --git a/crates/app/src/public/html/communities/base.html b/crates/app/src/public/html/communities/base.html
index 50af07a..f52c898 100644
--- a/crates/app/src/public/html/communities/base.html
+++ b/crates/app/src/public/html/communities/base.html
@@ -8,7 +8,7 @@
@@ -57,7 +57,7 @@
{% if user %}
-
+
{% if not is_owner %} {% if not is_joined %} {% if not
is_pending %}