diff --git a/app/assets/javascripts/app/controllers/layout_ref.js.coffee b/app/assets/javascripts/app/controllers/layout_ref.js.coffee index 6c2d587bc..5d2504469 100644 --- a/app/assets/javascripts/app/controllers/layout_ref.js.coffee +++ b/app/assets/javascripts/app/controllers/layout_ref.js.coffee @@ -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() diff --git a/app/assets/javascripts/app/views/layout_ref/user_profile.jst.eco b/app/assets/javascripts/app/views/layout_ref/user_profile.jst.eco index d9bd85f26..20c4d1466 100644 --- a/app/assets/javascripts/app/views/layout_ref/user_profile.jst.eco +++ b/app/assets/javascripts/app/views/layout_ref/user_profile.jst.eco @@ -87,7 +87,7 @@
-
Print sheets strip off with a lot of text in the headline
+
Print sheets strip_off_with_a_lot_of_text_in_the_headline
1 hour ago
  • diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 5469598a1..bdaa61d5b 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -4975,6 +4975,7 @@ label + .wizard-buttonList { } .name { + word-break: break-all; @extend .u-highlight; } }