mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
fix: Label overflow using text-truncate (#1448)
This commit is contained in:
@@ -78,7 +78,6 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
@include flex;
|
|
||||||
margin-bottom: $zero;
|
margin-bottom: $zero;
|
||||||
margin-left: $space-normal;
|
margin-left: $space-normal;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="conversations-sidebar medium-4 columns">
|
<div class="conversations-sidebar medium-4 columns">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
<div class="chat-list__top">
|
<div class="chat-list__top">
|
||||||
<h1 class="page-title">
|
<h1 class="page-title text-truncate" :title="pageTitle">
|
||||||
<woot-sidemenu-icon />
|
<woot-sidemenu-icon />
|
||||||
{{ pageTitle }}
|
{{ pageTitle }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user