mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for kanban
This commit is contained in:
parent
e0468571a4
commit
8411e37d80
@ -736,7 +736,7 @@
|
||||
<div class="view" data-bind="event: { click: startEditTask }">
|
||||
<div class="panel" data-bind="css: { running: is_running, hovered: is_panel_hovered }, event: { mouseover: onPanelMouseOver, mouseout: onPanelMouseOut }">
|
||||
<i class="fa fa-circle" data-bind="visible: project, css: projectColor"></i>
|
||||
<div data-bind="text: description().length > 100 ? description().substring(0, 100) + '...' : description()"></div>
|
||||
<div data-bind="text: description() && description().length > 100 ? description().substring(0, 100) + '...' : description()"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="edit">
|
||||
|
Loading…
Reference in New Issue
Block a user