fix: add ellipsis overflow to DM list
This commit is contained in:
parent
49e8c34254
commit
ad7a6b5bb6
1 changed files with 6 additions and 0 deletions
|
@ -37,4 +37,10 @@ const props = defineProps<{
|
|||
width: 2.3em;
|
||||
height: 2.3em;
|
||||
}
|
||||
|
||||
.user-display-name {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue