mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
team title splits when it gets too long #1223
This commit is contained in:
parent
56f3a8e0ea
commit
89b4229a4f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user