From 890cf7839b6917ed7b2aa45b75715e7c5f8b886a Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 3 Jun 2015 14:03:06 +0200 Subject: [PATCH] fix userprofile long ticketname --- .../javascripts/app/views/layout_ref/user_profile.jst.eco | 2 +- app/assets/stylesheets/zammad.css.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 ea8317237..05a3c2c46 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -4967,6 +4967,7 @@ label + .wizard-buttonList { } .name { + word-break: break-all; @extend .u-highlight; } }