fixed: chat header text overflow ellipsis
This commit is contained in:
parent
b53fa91e83
commit
a05804ad6a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
style="overflow: hidden; cursor: pointer"
|
style="overflow: hidden; cursor: pointer"
|
||||||
@click.stop="onHeaderClicked"
|
@click.stop="onHeaderClicked"
|
||||||
>
|
>
|
||||||
<div class="d-flex flex-nowrap room-name-inline">
|
<div class="room-name-inline text-truncate" :title="room.name">
|
||||||
{{ room.name }}
|
{{ room.name }}
|
||||||
<!--<v-icon>expand_more</v-icon>-->
|
<!--<v-icon>expand_more</v-icon>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue