team title splits when it gets too long #1223

This commit is contained in:
daria 2023-08-29 17:29:41 +03:00
parent 56f3a8e0ea
commit 89b4229a4f

View File

@ -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;