mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
fix: Label overflow using text-truncate (#1448)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="conversations-sidebar medium-4 columns">
|
||||
<slot></slot>
|
||||
<div class="chat-list__top">
|
||||
<h1 class="page-title">
|
||||
<h1 class="page-title text-truncate" :title="pageTitle">
|
||||
<woot-sidemenu-icon />
|
||||
{{ pageTitle }}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user