correction largeur block

This commit is contained in:
afornerot 2024-04-12 20:30:48 +02:00
parent e98e1f2698
commit d2ff60af5c
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,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: 170px;"> <div class="text-verysmall" style="margin-bottom:-5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width: 160px;">
#{{issue.scrumissueblock.giteanumber}} = {{issue.scrumissueblock.giteatitle}} #{{issue.scrumissueblock.giteanumber}} = {{issue.scrumissueblock.giteatitle}}
</div> </div>
{% endif %} {% endif %}
@ -237,7 +237,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; width:170px;"> <div class="text-verysmall" style="margin-top: 5px;line-height:11px; width:160px;">
{% endif %} {% endif %}
{% set style="" %} {% set style="" %}
{% if depend.giteastate=="closed" %} {% if depend.giteastate=="closed" %}