correction largeur block
This commit is contained in:
parent
9dc93daab8
commit
8f8f53bff3
|
@ -226,7 +226,7 @@
|
|||
</div>
|
||||
<div class="text-small" style="cursor:pointer; word-break: break-word;" onClick="$('#issu-detail{{ issue.id }}').toggle()">
|
||||
{% if not issue.scrumissueblock is empty %}
|
||||
<div class="text-verysmall" style="margin-bottom:-5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width: 90%;">
|
||||
<div class="text-verysmall" style="margin-bottom:-5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width: 170px;">
|
||||
#{{issue.scrumissueblock.giteanumber}} = {{issue.scrumissueblock.giteatitle}}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
@ -235,7 +235,7 @@
|
|||
|
||||
{% for depend in issue.scrumissuedependencies %}
|
||||
{% if loop.first %}
|
||||
<div class="text-verysmall" style="margin-top: 5px;line-height:11px">
|
||||
<div class="text-verysmall" style="margin-top: 5px;line-height:11px; width:170px;">
|
||||
{% endif %}
|
||||
{% set style="" %}
|
||||
{% if depend.giteastate=="closed" %}
|
||||
|
|
Loading…
Reference in New Issue