Improve CallingScreenSharingController for long text

This commit is contained in:
Josh Perez 2021-06-17 14:41:16 -04:00 committed by GitHub
parent 65a1e82857
commit 93bc094342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 4 deletions

View file

@ -15,7 +15,14 @@
text-overflow: ellipsis;
user-select: none;
white-space: nowrap;
width: 212px;
width: 350px;
}
&__button {
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
&__buttons {