mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Label overflow using text-truncate (#1448)
This commit is contained in:
@@ -78,7 +78,6 @@
|
||||
justify-content: space-between;
|
||||
|
||||
.page-title {
|
||||
@include flex;
|
||||
margin-bottom: $zero;
|
||||
margin-left: $space-normal;
|
||||
}
|
||||
|
||||
@@ -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