fix: Label overflow using text-truncate (#1448)

This commit is contained in:
Vishal Pandey 2020-11-25 12:52:39 +05:30 committed by GitHub
parent 34c1091d55
commit cb2a528be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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>