mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Truncate collaborator name in dropdown. (#7576)
This commit is contained in:
parent
1e7df58b5b
commit
b66daae1f3
2 changed files with 9 additions and 1 deletions
|
@ -51,6 +51,12 @@
|
|||
color: var(--color-gray-100);
|
||||
}
|
||||
|
||||
.UserList__collaborator-name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.UserList__collaborator-follow-status-icon {
|
||||
margin-left: auto;
|
||||
flex: 0 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue