correction largeur block

This commit is contained in:
afornerot 2024-04-12 17:15:28 +02:00
parent 9dc93daab8
commit 8f8f53bff3
1 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@
</div> </div>
<div class="text-small" style="cursor:pointer; word-break: break-word;" onClick="$('#issu-detail{{ issue.id }}').toggle()"> <div class="text-small" style="cursor:pointer; word-break: break-word;" onClick="$('#issu-detail{{ issue.id }}').toggle()">
{% if not issue.scrumissueblock is empty %} {% 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}} #{{issue.scrumissueblock.giteanumber}} = {{issue.scrumissueblock.giteatitle}}
</div> </div>
{% endif %} {% endif %}
@ -235,7 +235,7 @@
{% for depend in issue.scrumissuedependencies %} {% for depend in issue.scrumissuedependencies %}
{% if loop.first %} {% 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 %} {% endif %}
{% set style="" %} {% set style="" %}
{% if depend.giteastate=="closed" %} {% if depend.giteastate=="closed" %}