From 89b4229a4fd87c2fc672a4cbd0d6c700279fbcdc Mon Sep 17 00:00:00 2001 From: daria Date: Tue, 29 Aug 2023 17:29:41 +0300 Subject: [PATCH] team title splits when it gets too long #1223 --- www/teams/app-team.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index 54567f66f..723fb96a6 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -143,14 +143,14 @@ .avatar_main(200px); } .cp-team-list-name { + word-wrap: break-word; min-width: 0; overflow: hidden; - white-space: nowrap; + white-space: pre-wrap; text-overflow: ellipsis; - max-width: 500px; + max-width: 250px; font-size: 25px; - display: inline-flex; - align-items: center; + text-align: center; &.empty { white-space: initial; text-align: center;