Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
82c04c1800
3 changed files with 5 additions and 2 deletions
|
@ -991,7 +991,9 @@ class cluesRef extends App.ControllerContent
|
|||
container = $(clue.container)
|
||||
container.removeClass('selected-clue')
|
||||
|
||||
# maybe undo perform
|
||||
# undo click perform by doing it again
|
||||
if clue.action
|
||||
@perform clue.action, container
|
||||
|
||||
@el.find('.clue').remove()
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
<svg class="icon-priority"><use xlink:href="#icon-priority" /></svg>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="name">Print sheets strip off with a lot of text in the headline</div>
|
||||
<div class="name">Print sheets strip_off_with_a_lot_of_text_in_the_headline</div>
|
||||
<div class="time">1 hour ago</div>
|
||||
</div>
|
||||
<li class="task level-1">
|
||||
|
|
|
@ -4975,6 +4975,7 @@ label + .wizard-buttonList {
|
|||
}
|
||||
|
||||
.name {
|
||||
word-break: break-all;
|
||||
@extend .u-highlight;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue