fix userprofile long ticketname
This commit is contained in:
parent
f8d7301677
commit
890cf7839b
2 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
|
@ -4967,6 +4967,7 @@ label + .wizard-buttonList {
|
|||
}
|
||||
|
||||
.name {
|
||||
word-break: break-all;
|
||||
@extend .u-highlight;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue