fix: css on display chat names

main
ShengYan, Zhang 3 years ago
parent 7f13a8d2bc
commit f8ef6278a5

@ -176,7 +176,7 @@
font-size: 14px; font-size: 14px;
font-weight: bolder; font-weight: bolder;
display: block; display: block;
width: 200px; width: calc(100% - 15px);
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;

Loading…
Cancel
Save