fix: Label overflow using text-truncate (#1448)
This commit is contained in:
parent
34c1091d55
commit
cb2a528be6
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue