fix userprofile long ticketname

This commit is contained in:
Felix Niklas 2015-06-03 14:03:06 +02:00
parent f8d7301677
commit 890cf7839b
2 changed files with 2 additions and 1 deletions

View file

@ -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">

View file

@ -4967,6 +4967,7 @@ label + .wizard-buttonList {
}
.name {
word-break: break-all;
@extend .u-highlight;
}
}