fix: ellipsis for kanban title
This commit is contained in:
parent
64359e3323
commit
e4e117da4b
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="kanban-column-header">
|
||||
<span class="kanban-column-title">
|
||||
<span class="indicator-pill {{indicator}}"></span>
|
||||
<span class="kanban-title">{{ __(title) }}</span>
|
||||
<span class="kanban-title ellipsis" title="{{title}}">{{ __(title) }}</span>
|
||||
</span>
|
||||
<div class="column-options dropdown pull-right">
|
||||
<a data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
|
|
|||
|
|
@ -117,11 +117,13 @@
|
|||
font-size: var(--text-lg);
|
||||
color: var(--text-color);
|
||||
font-weight: normal;
|
||||
padding-right: var(--padding-xs);
|
||||
max-width: 100%;
|
||||
|
||||
// margin-left: 10px;
|
||||
.kanban-title {
|
||||
font-size: var(--text-lg);
|
||||
margin-left: 10px;
|
||||
margin-left: var(--margin-sm);
|
||||
font-weight: var(--text-bold, 600);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue