diff --git a/app/views/shared/groups/_group.html.haml b/app/views/shared/groups/_group.html.haml
index 164773f9b6080d98acccef087e8d44038b4ee57a..f8304d5e44ed0c33c1086cc0e8c70c38b7e65bd5 100644
--- a/app/views/shared/groups/_group.html.haml
+++ b/app/views/shared/groups/_group.html.haml
@@ -1,7 +1,7 @@
 - user = local_assigns.fetch(:user, current_user)
 - access = user&.max_member_access_for_group(group.id)
 
-%li.group-row.py-3.gl-align-items-center{ class: "gl-display-flex!#{' no-description' if group.description.blank?}" }
+%li.group-row.py-3.gl-align-items-center{ class: "gl-display-flex!" }
   .avatar-container.rect-avatar.s40.gl-flex-shrink-0
     = link_to group do
       = group_icon(group, class: "avatar s40")