Improve CallingScreenSharingController for long text
This commit is contained in:
parent
65a1e82857
commit
93bc094342
3 changed files with 26 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue