Merge pull request #6617 from SimonBrandner/fix/long-names-call-toast

Fix long display names in call toasts
pull/21833/head
Germain 2021-08-16 09:54:29 +01:00 committed by GitHub
commit b2e9b89169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -30,7 +30,14 @@ limitations under the License.
font-size: $font-15px;
line-height: $font-18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 2px;
margin-right: 6px;
max-width: 200px;
}
.mx_CallEvent_type {