Merge branch '183-truncate-header-name' into 'main'
fixed: chat header text overflow ellipsis Closes #183 See merge request keanuapp/keanuapp-weblite!19
This commit is contained in:
commit
b215233d86
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
style="overflow: hidden; cursor: pointer"
|
||||
@click.stop="onHeaderClicked"
|
||||
>
|
||||
<div class="d-flex flex-nowrap room-name-inline">
|
||||
<div class="room-name-inline text-truncate" :title="room.name">
|
||||
{{ room.name }}
|
||||
<!--<v-icon>expand_more</v-icon>-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue