Merge pull request #6617 from SimonBrandner/fix/long-names-call-toast
Fix long display names in call toasts
This commit is contained in:
@@ -30,7 +30,14 @@ limitations under the License.
|
|||||||
font-size: $font-15px;
|
font-size: $font-15px;
|
||||||
line-height: $font-18px;
|
line-height: $font-18px;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
margin-right: 6px;
|
||||||
|
|
||||||
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CallEvent_type {
|
.mx_CallEvent_type {
|
||||||
|
|||||||
Reference in New Issue
Block a user